Disable systemd-resolved on 18.04

This commit is contained in:
Girish Ramakrishnan
2018-10-08 20:09:45 -07:00
parent 23af20ddc9
commit 8d09ec5ca6
+4
View File
@@ -112,3 +112,7 @@ systemctl disable dnsmasq || true
systemctl stop postfix || true
systemctl disable postfix || true
# on ubuntu 18.04, this is the default
systemctl stop systemd-resolved || true
systemctl disable systemd-resolved || true