]> git.pld-linux.org Git - projects/rc-scripts.git/blob - init/rc.conf
fix tag pushing in make-tag.sh
[projects/rc-scripts.git] / init / rc.conf
1 description "rc - System V runlevel compatibility\
2              \
3              This task runs the old sysv-rc runlevel scripts.  It \
4              is usually started by the telinit compatibility wrapper."
5
6 start on runlevel [0123456]
7 stop on runlevel [!$RUNLEVEL]
8
9 emits shutdown
10 emits network
11
12 # rc.sysinit
13 emits pld.sysinit-done
14
15 # rc.shutdown
16 emits pld.shutdown-started
17
18 # /etc/rc.d/init.d/network
19 emits pld.network-starting
20 emits pld.network-started
21 emits pld.network-stopping
22 emits pld.network-stopped
23
24 task
25
26 export RUNLEVEL
27 console output
28 exec /etc/rc.d/rc $RUNLEVEL
This page took 0.049611 seconds and 3 git commands to generate.