units: turn on --network-veth by default for systemd-nspawn@.service

Given the recent improvements in networkd, it's probably the better
default now.
This commit is contained in:
Lennart Poettering 2015-02-13 14:35:50 +01:00
parent 93391a8bad
commit 7d5fed66a6
1 changed files with 1 additions and 1 deletions

View File

@ -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