The *vlan99* interface needs to be created and activated by `systemd-networkd` before `dnsmasq` can start and bind to it. Ordering the *dnsmasq.service* unit after *network.target* and *network-online.target* should ensure that this is the case.
5 lines
84 B
Plaintext
5 lines
84 B
Plaintext
[Unit]
|
|
After=network.target
|
|
After=network-online.target
|
|
Wants=network-online.target
|