X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd-resolved.service.xml;h=c44b10c4722a69dff4578177c34907403e9973fc;hp=cd73cb73c7ee9edf6aa2b33967c7ec99231e3546;hb=9b15b7846d4de01bb5d9700a24077787e984e8ab;hpb=091a364c802e34a58f3260c9cb5db9b75c62215c diff --git a/man/systemd-resolved.service.xml b/man/systemd-resolved.service.xml index cd73cb73c..c44b10c47 100644 --- a/man/systemd-resolved.service.xml +++ b/man/systemd-resolved.service.xml @@ -56,27 +56,33 @@ Description - systemd-networkd is a system - service that manages network name resolution. It does so by - generating /run/systemd/network/resolv.conf, - which may be symlinked from /etc/resolv.conf. - The contents is generated from the global settings in + systemd-resolved is a system + service that manages network name resolution. It + implements a caching DNS stub resolver and an LLMNR + resolver and responder. It also generates + /run/systemd/resolve/resolv.conf + for compatibility which may be symlinked from + /etc/resolv.conf. + + The DNS servers contacted are determined from + the global settings in resolved.conf5, - the per-link static settings in .network files, - and the per-link dynamic settings received over DHCP. See + the per-link static settings in + .network files, and the per-link + dynamic settings received over DHCP. See systemd.network5 - for more details. + for more details. - Note that /run/systemd/network/resolv.conf + Note that /run/systemd/resolve/resolv.conf should not be used directly, but only through a symlink from - /etc/resolv.conf. + /etc/resolv.conf. See Also - resolved.conf5, systemd1, + resolved.conf5, systemd.network5, systemd-networkd.service8