summaryrefslogtreecommitdiffstats
path: root/generic/etc/init/rc.conf
blob: 91a331a45c2b66e99575550024b24d362d006ad2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# rc - System V runlevel compatibility
#
# This task runs the old System V-style rc script when changing between
# runlevels.

description	"System V runlevel compatibility"
author		"Scott James Remnant <scott@netsplit.com>"

start on runlevel [0123456]
stop on runlevel [!$RUNLEVEL]

export RUNLEVEL
export PREVLEVEL

task

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