summaryrefslogtreecommitdiff
path: root/units/systemd-nspawn@.service.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-09-06 01:32:27 +0200
committerLennart Poettering <lennart@poettering.net>2015-09-06 01:49:06 +0200
commit08acb521f30d692f13056daa23fb1323528249ff (patch)
tree422e0704135fbb473d9ad42c1c6f576bf5511552 /units/systemd-nspawn@.service.in
parentf757855e81fc0bc116de372220096e532afb5cb8 (diff)
downloadsystemd-08acb521f30d692f13056daa23fb1323528249ff.tar.gz
units: make sure that .nspawn files override the default settings in systemd-nspawn@.service
Diffstat (limited to 'units/systemd-nspawn@.service.in')
-rw-r--r--units/systemd-nspawn@.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-nspawn@.service.in b/units/systemd-nspawn@.service.in
index 074b916d38..6b86e0a7f7 100644
--- a/units/systemd-nspawn@.service.in
+++ b/units/systemd-nspawn@.service.in
@@ -13,7 +13,7 @@ Before=machines.target
After=network.target
[Service]
-ExecStart=@bindir@/systemd-nspawn --quiet --keep-unit --boot --link-journal=try-guest --network-veth --machine=%I
+ExecStart=@bindir@/systemd-nspawn --quiet --keep-unit --boot --link-journal=try-guest --network-veth --settings=override --machine=%I
KillMode=mixed
Type=notify
RestartForceExitStatus=133