aboutsummaryrefslogtreecommitdiffstats
path: root/init/rc.conf
blob: e7285e47a42374b7d8bc32ff88157b5b24b11fe7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# rc - System V runlevel compatibility
#
# This task runs the old sysv-rc runlevel scripts.  It
# is usually started by the telinit compatibility wrapper.

start on runlevel [0123456]

stop on runlevel [!$RUNLEVEL]

task

export RUNLEVEL
console output
exec /etc/rc.d/rc $RUNLEVEL