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 | |
---|
5 | start on stopped rc2 |
---|
6 | start on stopped rc3 |
---|
7 | start on stopped rc4 |
---|
8 | start on stopped rc5 |
---|
9 | |
---|
10 | stop on runlevel 0 |
---|
11 | stop on runlevel 1 |
---|
12 | stop on runlevel 6 |
---|
13 | |
---|
14 | respawn |
---|
15 | exec /usr/lib/debathena-cluster-login-config/debathena-ttymsg |
---|
Note: See
TracBrowser
for help on using the repository browser.