Остання активність 1 month ago

Upstart Single User X

tty7.conf Неформатований
1# tty7 - openvt
2#
3# This service maintains a openvt and runs startx on tty7 from the
4# point the system is started until it is shut down again.
5# Set USER equal to the user name you want to run startx.
6
7start on runlevel [23]
8stop on runlevel [!23]
9
10respawn
11
12script
13USER="username"
14exec /bin/openvt -fwc 7 -- /bin/su -c /usr/bin/startx $USER
15end script