Comment 1 for bug 176667

Revision history for this message
Steven Shiau (stevenshiau) wrote :

The contents of /etc/event.d/tty1 are:
------------------------------------
# tty1 - getty
#
# This service maintains a getty on tty1 from the point the system is
# started until it is shut down again.

start on runlevel 2
start on runlevel 3
start on runlevel 4
start on runlevel 5

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

respawn
exec /sbin/getty 38400 tty1
------------------------------------