]> git.pld-linux.org Git - projects/rc-scripts.git/blame - init/rc.conf
- init job descriptions moved from upstart-SysVinit
[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
11task
12
13export RUNLEVEL
14console output
15exec /etc/rc.d/rc $RUNLEVEL
16
17# vi: ft=upstart
This page took 0.034081 seconds and 4 git commands to generate.