diff options
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-importd.service.in | 1 | ||||
-rw-r--r-- | units/systemd-udevd.service.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/units/systemd-importd.service.in b/units/systemd-importd.service.in index 80d97c8d9d..403f15316d 100644 --- a/units/systemd-importd.service.in +++ b/units/systemd-importd.service.in @@ -15,3 +15,4 @@ BusName=org.freedesktop.import1 CapabilityBoundingSet=CAP_CHOWN CAP_FOWNER CAP_FSETID CAP_MKNOD CAP_SETFCAP CAP_SYS_ADMIN CAP_SETPCAP CAP_DAC_OVERRIDE NoNewPrivileges=yes WatchdogSec=1min +KillMode=mixed diff --git a/units/systemd-udevd.service.in b/units/systemd-udevd.service.in index a133044005..32f04d901a 100644 --- a/units/systemd-udevd.service.in +++ b/units/systemd-udevd.service.in @@ -22,3 +22,4 @@ Restart=always RestartSec=0 ExecStart=@rootlibexecdir@/systemd-udevd MountFlags=slave +KillMode=mixed |