blob: 59f88198870fd4df3a57b277f2cb6d0b44c8a13d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# kickoff-ttys - standard array of gettys
start on stopped rc-multiuser RUNLEVEL=[!5] or started prefdm
task
emits tty-requested
script
/sbin/initctl emit tty-requested TTY=tty1
/sbin/initctl emit tty-requested TTY=tty2
/sbin/initctl emit tty-requested TTY=tty3
/sbin/initctl emit tty-requested TTY=tty4
/sbin/initctl emit tty-requested TTY=tty5
/sbin/initctl emit tty-requested TTY=tty6
end script
|