source: trunk/debathena/config/cluster-login-config/debian/ttymsg @ 23960

Revision 23960, 282 bytes checked in by broder, 15 years ago (diff)
In cluster-login-config: * Use a persistantly running daemon to keep the ttys open instead of a one-time script. (Trac: #307) * Make sure the ttymsg job gets kicked when cluster-login-config is upgraded.
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.