From: Lennart Poettering Date: Fri, 13 Feb 2015 13:35:50 +0000 (+0100) Subject: units: turn on --network-veth by default for systemd-nspawn@.service X-Git-Tag: v219~47 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=7d5fed66a6fd5731da7564ae47a9f693fa75a549;hp=93391a8badc671f7d1a163b4b338bc030c390cb7 units: turn on --network-veth by default for systemd-nspawn@.service Given the recent improvements in networkd, it's probably the better default now. --- 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