diff --git a/systemd-nspawn@.service b/systemd-nspawn@.service index 3fe75cb..fb2da65 100644 --- a/systemd-nspawn@.service +++ b/systemd-nspawn@.service @@ -19,7 +19,7 @@ RequiresMountsFor=/var/lib/machines/%i [Service] # Make sure the DeviceAllow= lines below can properly resolve the 'block-loop' expression (and others) ExecStartPre=/etc/systemd/nspawn/ifup.sh %i -ExecStart=systemd-nspawn --quiet --keep-unit --boot --link-journal=try-guest --network-veth -U --settings=override --machine=%i +ExecStart=systemd-nspawn --quiet --keep-unit --boot --link-journal=try-guest --network-veth --settings=override --machine=%i ExecStopPost=/etc/systemd/nspawn/ifdown.sh %i KillMode=mixed Type=notify