]> git.pld-linux.org Git - projects/rc-scripts.git/blame - init/rc.conf
Updated.
[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
10
f799f624
ER
11# rc.sysinit
12emits pld.sysinit-done
13
d8106480
JK
14# rc.shutdown
15emits pld.shutdown-started
16
17# /etc/rc.d/init.d/network
18emits pld.network-starting
19emits pld.network-started
20emits pld.network-stopping
21emits pld.network-stopped
22
3f2e803a
JK
23task
24
25export RUNLEVEL
26console output
27exec /etc/rc.d/rc $RUNLEVEL
This page took 0.030319 seconds and 4 git commands to generate.