mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-06 13:41:31 +00:00
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:
committed by
Zbigniew Jędrzejewski-Szmek
parent
327176ac36
commit
0e1b8518cc
@@ -18,3 +18,4 @@ WatchdogSec=1min
|
||||
PrivateTmp=yes
|
||||
ProtectSystem=full
|
||||
ProtectHome=yes
|
||||
KillMode=mixed
|
||||
|
||||
@@ -22,3 +22,4 @@ Restart=always
|
||||
RestartSec=0
|
||||
ExecStart=@rootlibexecdir@/systemd-udevd
|
||||
MountFlags=slave
|
||||
KillMode=mixed
|
||||
|
||||
Reference in New Issue
Block a user