aboutsummaryrefslogtreecommitdiffstats
path: root/init/tty.conf
blob: 2b2cecd4fd3944311a6a6991259c39a201229a55 (plain)
1
2
3
4
5
6
7
8
9
10
# tty - getty
#
# This service maintains a getty on the specified device.

stop on runlevel [S016]

respawn
instance $TTY
exec /sbin/mingetty $TTY
usage 'tty TTY=/dev/ttyX  - where X is console id'