1
0
mirror of https://github.com/tonusoo/koduinternet-cpe synced 2024-09-21 16:01:05 +03:00
koduinternet-cpe/conf/etc/systemd/system/dnsmasq.service.d/override.conf
2023-06-15 17:55:10 +03:00

9 lines
370 B
Plaintext

[Unit]
# As the dnsmasq is configured("bind-interfaces" in /etc/dnsmasq.conf) to
# run strictly on br0 interface and this interface is removed and then
# recreate during the networking restart, then ensure that networking.service
# restarts are propagated to dnsmasq.service so that the dnsmasq will
# bind to new br0.
PartOf=networking.service
After=networking.service