Comment 12 for bug 1531184

Revision history for this message
Alecz20 (alexguzu) wrote : Re: dnsmasq doesn't start on boot because its interface isn't up yet

I also see this issue after installing pihole which uses dnsmasq.

As a solution until we have a fix available, would it not be better to run `sudo systemctl edit dnsmasq` and add the three lines:
[Unit]
After=network-online.target
Wants=network-online.target

rather than edit /lib/systemd/system/dnsmasq.service directly?