aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrc.single2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.single b/rc.single
index 15eb1e8..751fca9 100755
--- a/rc.single
+++ b/rc.single
@@ -28,10 +28,10 @@ if [ "$PREVLEVEL" = "3" -o "$PREVLEVEL" = "5" ]; then
fi
if [ "$PREVLEVEL" != "N" ]; then
- run_hook single_prekillall
# Terminate all processes
stat_busy "Sending SIGTERM To Processes"
+ run_hook single_prekillall
/sbin/killall5 -15 &> /dev/null
/bin/sleep 5
stat_done