]> arthur.barton.de Git - netdata.git/commit
Let systemd handle killing the processes
authorMichael Johnson <nightexcessive@users.noreply.github.com>
Sun, 8 May 2016 16:10:46 +0000 (12:10 -0400)
committerMichael Johnson <nightexcessive@users.noreply.github.com>
Sun, 8 May 2016 16:10:46 +0000 (12:10 -0400)
commite55f919b7baa32dd3b2e6a07223002ea693f6ebe
tree646ea8d3aed58666cd69bac4b8fa4e36c02db752
parent0ec2db444011f5b6ebf41dab45502c27cd544af2
Let systemd handle killing the processes

By setting `KillMode` to `mixed`, systemd will send `KillSignal` to the main process. It will then wait `TimeoutStopSec` and then send `SIGKILL` to all processes in the cgroup. This appears to be the desired behavior.
system/netdata.service.in