]> pd.if.org Git - startuptools/blob - scripts/inittab
fix empty module list handling
[startuptools] / scripts / inittab
1 # run levels
2
3 # 1 S single user
4 # 2 maintenance
5 # 3 multi user
6 # 4 monitored
7 # 0 6 shutdown
8
9 # remaining levels not used
10
11 id:3:initdefault:
12
13 rc::bootwait:/etc/rc.sysinit
14 rs:S1:wait:/etc/rc.single
15 rm:2345:wait:/etc/rc.multi
16 rh:06:wait:/etc/rc.shutdown
17 su:S:wait:/sbin/sulogin -p
18
19 kl:2345:respawn:/sbin/klogd -n -f /var/log/kernel.log
20 lg:345:respawn:/sbin/syslogd -n
21
22 c1:2345:respawn:/sbin/agetty --noclear -8 -s 38400 tty1 linux
23 c2:2345:respawn:/sbin/agetty -8 -s 38400 tty2 linux
24 c3:2345:respawn:/sbin/agetty -8 -s 38400 tty3 linux
25 c4:2345:respawn:/sbin/agetty -8 -s 38400 tty4 linux
26 c5:2345:respawn:/sbin/agetty -8 -s 38400 tty5 linux
27 c6:2345:respawn:/sbin/agetty -8 -s 38400 tty6 linux
28
29 ca::ctrlaltdel:/sbin/shutdown -t3 -r now
30
31 # permanently running daemons
32 #sl:2:respawn:/usr/sbin/sshd -D
33 #dm:4:respawn:/sbin/monitor
34
35 #s0:2345:respawn:/sbin/agetty -8 -s 9600 ttyS0 linux
36
37 #x:5:respawn:/usr/bin/xdm -nodaemon
38 #x:5:respawn:/usr/sbin/gdm -nodaemon
39 #x:5:respawn:/usr/bin/kdm -nodaemon
40 #x:5:respawn:/usr/bin/slim >/dev/null 2>&1