Does anyone know how to prevent dnsmasq from starting when NetworkManager on Centos 7 starts? I have to manually kill the instances of dnsmasq before pihole will start. I've looked for answers to this,but haven't had any luck.
Thanks!
Does anyone know how to prevent dnsmasq from starting when NetworkManager on Centos 7 starts? I have to manually kill the instances of dnsmasq before pihole will start. I've looked for answers to this,but haven't had any luck.
Thanks!
If dnsmasq is the process, then you can stop and disable the process, and for permanent results, uninstall the process. If the process is with another name, then use that other name (might be BIND, etc.)
sudo service dnsmasq stop
sudo systemctl disable dnsmasq
sudo apt-get remove dnsmasq-base
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.