mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
units: make sure the network tap driver is actually loaded
We have the After= line, but not the Wants= line. Fix that.
This commit is contained in:
committed by
Yu Watanabe
parent
273d14f5dd
commit
008818ec96
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user