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

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

update upstart scripts

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