From 70ae78109bf06c6666253895965ed2a70fd621a4 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 3 Dec 2009 14:42:41 -0500 Subject: Actually commit new files. --- init/rc.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 init/rc.conf (limited to 'init/rc.conf') diff --git a/init/rc.conf b/init/rc.conf new file mode 100644 index 00000000..e7285e47 --- /dev/null +++ b/init/rc.conf @@ -0,0 +1,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 -- cgit v1.2.1