Viitor_upstart/etc/event.d/tty2

18 lines
326 B
Plaintext
Raw Normal View History

# tty2 - getty
#
# This service maintains a getty on tty2 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 5
stop on runlevel 6
respawn
exec /sbin/agetty /dev/tty2 9600