Page 1 of 1

systemd-resolver

Posted: 10 Nov 2015, 22:59
by KnallKopf
how can i disable systemd-resolver and how will the resolving works then.

Re: systemd-resolver

Posted: 11 Nov 2015, 00:25
by brokenman
http://www.freedesktop.org/software/sys ... rvice.html

If you are saving changes you can disable it by issuing: systemd disable systemd-resolved
If you are not then unpack 001-core.xzm and remove the symlink: /etc/systemd/system/multi-user.target.wants/systemd-resolved.service (it may be in /usr/lib/systemd/system instead)

or instead

For compatibility with resolv.conf, delete or rename the existing file and create the following symbolic link:
# ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf