units: set KillMode=mixed for our daemons that fork worker processes

The daemons should really have the time to kill the workers first,
before systemd does it, hence use KillMode=mixed for these daemons.

https://bugs.freedesktop.org/show_bug.cgi?id=90051
(cherry picked from commit 658f26b828)
This commit is contained in:
Lennart Poettering
2015-04-29 08:55:33 -04:00
committed by Zbigniew Jędrzejewski-Szmek
parent 327176ac36
commit 0e1b8518cc
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -18,3 +18,4 @@ WatchdogSec=1min
PrivateTmp=yes
ProtectSystem=full
ProtectHome=yes
KillMode=mixed
+1
View File
@@ -22,3 +22,4 @@ Restart=always
RestartSec=0
ExecStart=@rootlibexecdir@/systemd-udevd
MountFlags=slave
KillMode=mixed