]> pd.if.org Git - startuptools/blob - scripts/inittab
added startup scripts
[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
21 c1:2345:respawn:/sbin/agetty --noclear -8 -s 38400 tty1 linux
22 c2:2345:respawn:/sbin/agetty -8 -s 38400 tty2 linux
23 c3:2345:respawn:/sbin/agetty -8 -s 38400 tty3 linux
24 c4:2345:respawn:/sbin/agetty -8 -s 38400 tty4 linux
25 c5:2345:respawn:/sbin/agetty -8 -s 38400 tty5 linux
26 c6:2345:respawn:/sbin/agetty -8 -s 38400 tty6 linux
27
28 ca::ctrlaltdel:/sbin/shutdown -t3 -r now
29
30 # permanently running daemons
31 #sl:2:respawn:/usr/sbin/sshd -D
32 #dm:4:respawn:/sbin/monitor
33
34 #s0:2345:respawn:/sbin/agetty -8 -s 9600 ttyS0 linux
35
36 #x:5:respawn:/usr/bin/xdm -nodaemon
37 #x:5:respawn:/usr/sbin/gdm -nodaemon
38 #x:5:respawn:/usr/bin/kdm -nodaemon
39 #x:5:respawn:/usr/bin/slim >/dev/null 2>&1
40