~uphackers/uphack/event.d

« back to all changes in this revision

Viewing changes to tty3

  • Committer: root
  • Date: 2008-03-19 14:51:08 UTC
  • Revision ID: root@blackbook-20080319145108-9lzaud8h1m63ny57
Initial import into bzr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# tty3 - getty
 
2
#
 
3
# This service maintains a getty on tty3 from the point the system is
 
4
# started until it is shut down again.
 
5
 
 
6
start on runlevel 2
 
7
start on runlevel 3
 
8
 
 
9
stop on runlevel 0
 
10
stop on runlevel 1
 
11
stop on runlevel 4
 
12
stop on runlevel 5
 
13
stop on runlevel 6
 
14
 
 
15
respawn
 
16
exec /sbin/getty 38400 tty3