summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-02-13 14:35:50 +0100
committerLennart Poettering <lennart@poettering.net>2015-02-13 14:35:50 +0100
commit7d5fed66a6fd5731da7564ae47a9f693fa75a549 (patch)
treef41e2fcc263f6c0bffc06def56c1c1743bc85d67 /units
parent93391a8badc671f7d1a163b4b338bc030c390cb7 (diff)
units: turn on --network-veth by default for systemd-nspawn@.service
Given the recent improvements in networkd, it's probably the better default now.
Diffstat (limited to 'units')
-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 02d663dd2..3e26b53fd 100644
--- a/units/systemd-nspawn@.service.in
+++ b/units/systemd-nspawn@.service.in
@@ -12,7 +12,7 @@ PartOf=machines.target
Before=machines.target
[Service]
-ExecStart=@bindir@/systemd-nspawn --quiet --keep-unit --boot --link-journal=try-guest --machine=%I
+ExecStart=@bindir@/systemd-nspawn --quiet --keep-unit --boot --link-journal=try-guest --network-veth --machine=%I
KillMode=mixed
Type=notify
RestartForceExitStatus=133