# ttymsg
#
# This service displays a message on the first six ttys.

start on stopped rc2
start on stopped rc3
start on stopped rc4
start on stopped rc5

stop on runlevel 0
stop on runlevel 1
stop on runlevel 6

respawn
exec /usr/lib/debathena-cluster-login-config/debathena-ttymsg
