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