blob: 5dcd7ad3cc78087225a5f97cf1908fe72a92af7e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# tty - getty
#
# This service maintains a getty on the specified device.
#
# Do not edit this file directly. If you want to change the behaviour,
# please create a file tty.override and put your changes there.
stop on runlevel [S016]
respawn
instance $TTY
exec /sbin/mingetty $TTY
usage 'tty TTY=/dev/ttyX - where X is console id'
|