]> git.proxmox.com Git - pve-container.git/blob - 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
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'