source: projects/initscripts/trunk/init/tty.conf @ 2988

Revision 2988, 147 bytes checked in by daisuke, 13 years ago (diff)

update upstart scripts

Line 
1# tty - getty
2#
3# This service maintains a getty on the specified device.
4
5stop on runlevel [S016]
6
7respawn
8instance $TTY
9exec /sbin/mingetty $TTY
Note: See TracBrowser for help on using the repository browser.