aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/init.d/single
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d/init.d/single')
-rwxr-xr-xrc.d/init.d/single4
1 files changed, 4 insertions, 0 deletions
diff --git a/rc.d/init.d/single b/rc.d/init.d/single
index 4bf94387..e3ae2f74 100755
--- a/rc.d/init.d/single
+++ b/rc.d/init.d/single
@@ -15,6 +15,10 @@
# Set the path.
PATH=/sbin:/bin:/usr/sbin:/usr/bin
+if [ "$1" != "start" ] ; then
+ exit 0
+fi
+
# Kill all processes.
[ "${BASH+bash}" = bash ] && enable kill