diff options
-rwxr-xr-x | rc.d/init.d/functions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rc.d/init.d/functions b/rc.d/init.d/functions index 11dea408..ac112eb3 100755 --- a/rc.d/init.d/functions +++ b/rc.d/init.d/functions @@ -159,6 +159,7 @@ killproc() { sleep 3 if checkpid $pid >/dev/null 2>&1 ; then kill -KILL $pid + usleep 100000 fi fi fi |