]> git.pld-linux.org Git - projects/rc-scripts.git/blame - init/rc.conf
our vim-syntax-upstart recognizes the filetype itself
[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
d8106480
JK
11# rc.shutdown
12emits pld.shutdown-started
13
14# /etc/rc.d/init.d/network
15emits pld.network-starting
16emits pld.network-started
17emits pld.network-stopping
18emits pld.network-stopped
19
3f2e803a
JK
20task
21
22export RUNLEVEL
23console output
24exec /etc/rc.d/rc $RUNLEVEL
This page took 0.129319 seconds and 4 git commands to generate.