]> git.pld-linux.org Git - projects/rc-scripts.git/blob - init/rc.conf
upstart: behave like current initscripts: print running/not running instead of silence
[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
11 # rc.sysinit
12 emits pld.sysinit-done
13
14 # rc.shutdown
15 emits pld.shutdown-started
16
17 # /etc/rc.d/init.d/network
18 emits  pld.network-starting
19 emits  pld.network-started
20 emits  pld.network-stopping
21 emits  pld.network-stopped
22
23 task
24
25 export RUNLEVEL
26 console output
27 exec /etc/rc.d/rc $RUNLEVEL
This page took 0.023613 seconds and 3 git commands to generate.