Skip to content

Leave Unbound running and enabled in systemd 238 update script #673

Merged
merged 1 commit into from
Mar 16, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions scripts/update-systemd-from-27-to-238.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,10 @@ sed -i 's/required pam_systemd.so create-session=1 kill-user=0 kill-sessio
echo "You can migrate to system-networkd."

systemctl stop ntp
systemctl stop unbound
systemctl disable ntp
systemctl disable unbound
systemctl daemon-reload
bee remove ntp-4.2.8p8-0.x86_64

ln -sf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
mkdir -p /etc/systemd/resolved.conf.d/
echo -e "[Resolve]\\nDomains=molgen.mpg.de" >> /etc/systemd/resolved.conf.d/domains.conf
echo -e "[Resolve]\\nLLMNR=no" >> /etc/systemd/resolved.conf.d/disable-llmnr.conf
Expand Down