]> git.pld-linux.org Git - projects/rc-scripts.git/blob - init/rc.conf
- silence mkdir
[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 task
12
13 export RUNLEVEL
14 console output
15 exec /etc/rc.d/rc $RUNLEVEL
16
17 # vi: ft=upstart
This page took 0.040073 seconds and 3 git commands to generate.