aboutsummaryrefslogtreecommitdiffstats
path: root/init/rc5.conf
diff options
context:
space:
mode:
Diffstat (limited to 'init/rc5.conf')
-rw-r--r--init/rc5.conf20
1 files changed, 0 insertions, 20 deletions
diff --git a/init/rc5.conf b/init/rc5.conf
deleted file mode 100644
index 0ef6a400..00000000
--- a/init/rc5.conf
+++ /dev/null
@@ -1,20 +0,0 @@
-# rc5 - runlevel 5 compatibility
-#
-# This task runs the old sysv-rc runlevel 5 (user defined) scripts. It
-# is usually started by the telinit compatibility wrapper.
-
-start on runlevel 5
-
-stop on runlevel [!5]
-
-console output
-script
- set $(runlevel --set 5 || true)
- if [ "$1" != "unknown" ]; then
- PREVLEVEL=$1
- RUNLEVEL=$2
- export PREVLEVEL RUNLEVEL
- fi
-
- exec /etc/rc.d/rc 5
-end script