diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-02-11 21:07:09 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-02-11 21:13:51 +0100 |
commit | c480d2f8bc63565e40bd969054ebd97e9e2deca6 (patch) | |
tree | 4eacd5205a0314bdf7d6af4e16b2ff45cbc6ec0b /units | |
parent | b87633c4b20e3221748d6c98336cf6c85123cd66 (diff) |
units: make use of nspawn's --keep-unit switch in systemd-nspawn@.service
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-nspawn@.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-nspawn@.service.in b/units/systemd-nspawn@.service.in index 8e00736498..ff36e901f0 100644 --- a/units/systemd-nspawn@.service.in +++ b/units/systemd-nspawn@.service.in @@ -10,7 +10,7 @@ Description=Container %i Documentation=man:systemd-nspawn(1) [Service] -ExecStart=@bindir@/systemd-nspawn -bjD /var/lib/container/%i +ExecStart=@bindir@/systemd-nspawn --quiet --keep-unit --boot --link-journal=guest --directory=/var/lib/container/%i Type=notify [Install] |