source: trunk/debathena/config/cluster-login-config/debian/debathena-cluster-login-config.ttymsg.upstart @ 24363

Revision 24363, 282 bytes checked in by jdreed, 15 years ago (diff)
Make it work with Karmic by... - removing /usr/lib/indicator-session/indicator-users-service, thus disabling "Switch User" - Removing /etc/init/tty{1..6}.conf - Installing ttymsg as /etc/init/ttymsg.conf
Line 
1# ttymsg
2#
3# This service displays a message on the first six ttys.
4
5start on stopped rc2
6start on stopped rc3
7start on stopped rc4
8start on stopped rc5
9
10stop on runlevel 0
11stop on runlevel 1
12stop on runlevel 6
13
14respawn
15exec /usr/lib/debathena-cluster-login-config/debathena-ttymsg
Note: See TracBrowser for help on using the repository browser.