Skip to content

Add SigKill to process

Eddie Wang requested to merge shutdown-kill into master

In certain situations, /daemon/stop isn't good enough to completely kill off the spawned child process. So instead, what we'll do is properly kill the child process with SIGKILL after /daemon/stop returns, as a safety measure to ensure the child process is completely shutdown.

Merge request reports