forked from burke/zeus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Send SIGTERM to zeus children before SIGKILL
Zeus currently terminates processes by sending SIGKILL. This doesn't allow them to clean up after themselves in any way. It would be nice to avoid SIGKILL entirely and force children to behave but to avoid backwards incompatibility we can send SIGTERM followed by SIGKILL if the process never exits.
- Loading branch information
1 parent
7e76a30
commit 73a8e63
Showing
1 changed file
with
48 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters