Viitor_upstart/etc/event.d/tty3

17 lines
307 B
Plaintext
Raw Permalink Normal View History

# tty3 - getty
#
# This service maintains a getty on tty3 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/agetty /dev/tty3 9600