1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-09-09 17:45:00 +03:00

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

View File

@@ -12,7 +12,7 @@ PartOf=machines.target
Before=machines.target Before=machines.target
[Service] [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 KillMode=mixed
Type=notify Type=notify
RestartForceExitStatus=133 RestartForceExitStatus=133