diff options
| -rwxr-xr-x | rc.d/init.d/single | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/rc.d/init.d/single b/rc.d/init.d/single index 6806d0c3..2f452a37 100755 --- a/rc.d/init.d/single +++ b/rc.d/init.d/single @@ -19,15 +19,6 @@ if [ "$1" != "start" ] ; then exit 0 fi -# Kill all processes. -[ "${BASH+bash}" = bash ] && enable kill - -echo "Sending all processes the TERM signal..." -kill -15 -1 -sleep 5 -echo "Sending all processes the KILL signal.." -kill -9 -1 - rm -f /var/lock/subsys/* # this looks nices |
