aboutsummaryrefslogtreecommitdiffstats
path: root/init/rc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'init/rc.conf')
-rw-r--r--init/rc.conf14
1 files changed, 0 insertions, 14 deletions
diff --git a/init/rc.conf b/init/rc.conf
deleted file mode 100644
index e7285e47..00000000
--- a/init/rc.conf
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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