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

Commit

Permalink
rc.shutdown: use kall
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Feb 25, 2020
1 parent 16cdac7 commit 85cead1
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 @@ -24,12 +24,12 @@ log "Saving random seed..."; {
}

log "Sending TERM signal to all processes..."; {
killall5 -s TERM
kall 15
sleep 2
}

log "Sending KILL signal to all processes..."; {
killall5 -s KILL
kall 9
}

log "Unmounting filesystems and disabling swap..."; {
Expand Down

0 comments on commit 85cead1

Please sign in to comment.