Disable bind9 as it conflicts with unbound

part of #194
This commit is contained in:
Girish Ramakrishnan
2017-03-25 17:36:08 -07:00
parent b86cfabd17
commit e535ffa778
+4
View File
@@ -124,3 +124,7 @@ if ! apt-get install -y collectd collectd-utils; then
sed -e 's/^FQDNLookup true/FQDNLookup false/' -i /etc/collectd/collectd.conf
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