~ubuntu-branches/debian/experimental/upstart/experimental

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# tty3 - getty
#
# This service maintains a getty on tty3 from the point the system is
# started until it is shut down again.

start on runlevel 2
start on runlevel 3

stop on runlevel 0
stop on runlevel 1
stop on runlevel 4
stop on runlevel 5
stop on runlevel 6

exec /sbin/getty 38400 tty3
respawn