]> git.ipfire.org Git - people/stevee/guardian.git/commit
Just send "KILL" signal to the worker threads.
authorStefan Schantl <stefan.schantl@ipfire.org>
Wed, 25 Nov 2015 11:22:49 +0000 (12:22 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Wed, 25 Nov 2015 11:22:49 +0000 (12:22 +0100)
commit4d19939e53a4dfca420b683dd2bb8157d7d24fdd
tree73b2e3b75cae6037ed0c1e50ee1d98ff500c8fa2
parentba734c53cc0f9a01e8c077065bc9949c03dc6716
Just send "KILL" signal to the worker threads.

Only send the "KILL" signal to the worker threads, do not detach
the process anymore. Otherwise guardian will fail after a second reload
because a detached thread cannot be detached a second time.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
guardian