blob: b8eed7610faaf5becc36151098b399405d2a82c1 [file] [log] [blame]
#!/bin/sh
#
XSERVER=/usr/bin/Xorg
. /etc/profile
ARGS=" -br -pn @BLANK_ARGS@"
DISPLAY=':0'
exec xinit /etc/X11/Xsession -- $XSERVER $DISPLAY $ARGS $*