From: Lennart Poettering Date: Mon, 27 May 2024 11:32:02 +0000 (+0200) Subject: units: register vmspawn VMs started via systemd-vmspawn@.service by default with... X-Git-Tag: v257-rc1~1062^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec67cc978531f0ef9846abfc784809561232fc11;p=thirdparty%2Fsystemd.git units: register vmspawn VMs started via systemd-vmspawn@.service by default with machined --- diff --git a/units/systemd-vmspawn@.service.in b/units/systemd-vmspawn@.service.in index 608002040cd..fc4522ddb81 100644 --- a/units/systemd-vmspawn@.service.in +++ b/units/systemd-vmspawn@.service.in @@ -16,7 +16,7 @@ After=network.target modprobe@tun.service RequiresMountsFor=/var/lib/machines/%i [Service] -ExecStart=systemd-vmspawn --quiet --network-tap --machine=%i +ExecStart=systemd-vmspawn --quiet --register=yes --keep-unit --network-tap --machine=%i KillMode=mixed Type=notify Slice=machine.slice