Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

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