Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
init: Fix shutdown issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Jul 11, 2019
1 parent efb53af commit 746c516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/init/rc.shutdown
Original file line number Diff line number Diff line change
Expand Up @@ -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..."; {
Expand Down

0 comments on commit 746c516

Please sign in to comment.