]> git.pld-linux.org Git - projects/rc-scripts.git/blame - init/rc.conf
fix tag pushing in make-tag.sh
[projects/rc-scripts.git] / init / rc.conf
CommitLineData
3f2e803a
JK
1description "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
6start on runlevel [0123456]
7stop on runlevel [!$RUNLEVEL]
8
9emits shutdown
30a91466 10emits network
3f2e803a 11
f799f624
ER
12# rc.sysinit
13emits pld.sysinit-done
14
d8106480
JK
15# rc.shutdown
16emits pld.shutdown-started
17
18# /etc/rc.d/init.d/network
30a91466
ER
19emits pld.network-starting
20emits pld.network-started
21emits pld.network-stopping
22emits pld.network-stopped
d8106480 23
3f2e803a
JK
24task
25
26export RUNLEVEL
27console output
28exec /etc/rc.d/rc $RUNLEVEL
This page took 0.173167 seconds and 4 git commands to generate.