diff options
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/init.d/single | 4 |
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 |