Merge "Revert "Stop systemd-resolve from booting on our images""

This commit is contained in:
Zuul 2018-04-10 18:52:32 +00:00 committed by Gerrit Code Review
commit 0332c33dd1
1 changed files with 0 additions and 5 deletions

View File

@ -190,11 +190,6 @@ case "$DIB_INIT_SYSTEM" in
# nothing to do
;;
systemd)
# If systemd-resolved is installed, stop it from running. We want to use unbound
# to manage our DNS requests.
if $(systemctl -q is-enabled systemd-resolved.service); then
systemctl disable systemd-resolved.service
fi
systemctl enable unbound.service
;;
openrc)