From: Lennart Poettering Date: Fri, 13 Jun 2025 13:14:06 +0000 (+0200) Subject: units: make sure the network tap driver is actually loaded X-Git-Tag: v258-rc1~321 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=008818ec96bc4b619967fb060a847cc6ef5b2b79;p=thirdparty%2Fsystemd.git units: make sure the network tap driver is actually loaded We have the After= line, but not the Wants= line. Fix that. --- diff --git a/units/systemd-vmspawn@.service.in b/units/systemd-vmspawn@.service.in index 496b6511772..454a03e98b2 100644 --- a/units/systemd-vmspawn@.service.in +++ b/units/systemd-vmspawn@.service.in @@ -12,6 +12,7 @@ Description=Virtual Machine %i Documentation=man:systemd-vmspawn(1) PartOf=machines.target Before=machines.target +Wants=modprobe@tun.service After=network.target modprobe@tun.service RequiresMountsFor=/var/lib/machines/%i