]> git.proxmox.com Git - pve-container.git/blame - src/test/test-centos6-001/etc/init/tty.conf.exp
use mingetty on centos6
[pve-container.git] / src / test / test-centos6-001 / etc / init / tty.conf.exp
CommitLineData
a8fd0156
DM
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
8stop on runlevel [S016]
9
10respawn
11instance $TTY
b9bc7cfa 12exec /sbin/mingetty $TTY
a8fd0156 13usage 'tty TTY=/dev/ttyX - where X is console id'