From 746c516da2802f9186b1042ec891134aadb01a2b Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 11 Jul 2019 09:53:40 +0300 Subject: [PATCH] init: Fix shutdown issue. --- lib/init/rc.shutdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/init/rc.shutdown b/lib/init/rc.shutdown index ec41330..6f337bc 100755 --- a/lib/init/rc.shutdown +++ b/lib/init/rc.shutdown @@ -19,12 +19,12 @@ main() { halt -w log "Sending TERM signal to all processes..."; { - pkill -v -s0,1 -TERM + killall5 -TERM sleep 1 } log "Sending KiLL signal to all processes..."; { - pkill -v -s0,1 -KILL + killall5 -KILL } log "Unmounting filesystems and disabling swap..."; {