Correction : remote/gpg-gen-key : typo.
[lhc/ateliers.git] / etc / inittab
1 # /etc/inittab: init(8) configuration.
2
3 # The default runlevel.
4 id:2:initdefault:
5
6 # Boot-time system configuration/initialization script.
7 # This is run first except when booting in emergency (-b) mode.
8 si::sysinit:/etc/init.d/rcS
9
10 # What to do in single-user mode.
11 ~~:S:wait:/sbin/sulogin
12
13 # /etc/init.d executes the S and K scripts upon change
14 # of runlevel.
15 #
16 # Runlevel 0 is halt.
17 # Runlevel 1 is single-user.
18 # Runlevels 2-5 are multi-user.
19 # Runlevel 6 is reboot.
20
21 l0:0:wait:/etc/init.d/rc 0
22 l1:1:wait:/etc/init.d/rc 1
23 l2:2:wait:/etc/init.d/rc 2
24 l3:3:wait:/etc/init.d/rc 3
25 l4:4:wait:/etc/init.d/rc 4
26 l5:5:wait:/etc/init.d/rc 5
27 l6:6:wait:/etc/init.d/rc 6
28 # Normally not reached, but fallthrough in case of emergency.
29 z6:6:respawn:/sbin/sulogin
30
31 # What to do when CTRL-ALT-DEL is pressed.
32 ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now
33
34 # What to do when the power fails/returns.
35 pf::powerwait:/etc/init.d/powerfail start
36 pn::powerfailnow:/etc/init.d/powerfail now
37 po::powerokwait:/etc/init.d/powerfail stop
38
39 # Xen hypervisor console
40 hvc:2345:respawn:/sbin/getty 38400 hvc0
41 #xvc:2345:respawn:/sbin/getty 38400 xvc0
42
43 #-- runit begin
44 SV:123456:respawn:/usr/sbin/runsvdir-start
45 #-- runit end