Magellan Linux

Contents of /alx-src/trunk/alxconfig-ng/bin/X-no-wm.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 239 - (show annotations) (download) (as text)
Tue Apr 12 20:46:52 2005 UTC (19 years ago) by niro
File MIME type: application/x-sh
File size: 303 byte(s)
import from aka-cvs

1 #!/bin/bash
2 #
3 # runs a single Xserver session owned by user station
4 #
5 # $Header: /home/cvsd/alx-cvs/alx-src/alxconfig-ng/bin/X-no-wm.sh,v 1.3 2005-04-12 20:45:55 niro Exp $
6
7 source /etc/alxconfig-ng/config.rc
8
9 su - ${ALX_UNPRIV_USER} -c "source /etc/profile;/usr/X11R6/bin/xinit ~/.xinitrc" &> /dev/null