# console - getty
#
# This service maintains a getty on console from the point the system is
# started until it is shut down again.
# 
# Added for extra xen happiness
# 

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 /sbin/getty 38400 console
