diff options
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-nspawn@.service.in | 1 | ||||
-rw-r--r-- | units/user@.service.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/units/systemd-nspawn@.service.in b/units/systemd-nspawn@.service.in index 574d0deafa..dec2ce7df7 100644 --- a/units/systemd-nspawn@.service.in +++ b/units/systemd-nspawn@.service.in @@ -15,6 +15,7 @@ KillMode=mixed Type=notify RestartForceExitStatus=133 SuccessExitStatus=133 +Delegate=yes [Install] WantedBy=multi-user.target diff --git a/units/user@.service.in b/units/user@.service.in index 8091ce1a0b..1e21d51aae 100644 --- a/units/user@.service.in +++ b/units/user@.service.in @@ -16,3 +16,4 @@ Type=notify ExecStart=-@rootlibexecdir@/systemd --user Slice=user-%i.slice KillMode=mixed +Delegate=yes |