disable dnsmasq on ovh

This commit is contained in:
Girish Ramakrishnan
2017-05-16 16:33:43 -07:00
parent 48330423c6
commit 4881d090f0
+5
View File
@@ -95,3 +95,8 @@ fi
# Disable bind for good measure (on online.net, kimsufi servers these are pre-installed and conflicts with unbound)
systemctl stop bind9 || true
systemctl disable bind9 || true
# on ovh images dnsmasq seems to run by default
systemctl stop dnsmasq || true
systemctl disable dnsmasq || true