diff options
author | Tom Gundersen <teg@jklm.no> | 2014-03-03 18:25:37 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-03-03 18:25:55 +0100 |
commit | ae833394d64e60edf558dec74c4780d88f788447 (patch) | |
tree | fbf79e8338b138c66fc1d8b80a987404b8d515ac /man/systemd-networkd.service.xml | |
parent | e66cf1a3f94fff48a572f6dbd19b43c9bcf7b8c7 (diff) |
man: networkd - mention resolv.conf symlink
Diffstat (limited to 'man/systemd-networkd.service.xml')
-rw-r--r-- | man/systemd-networkd.service.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/systemd-networkd.service.xml b/man/systemd-networkd.service.xml index c3fede8cf7..6ee8494e91 100644 --- a/man/systemd-networkd.service.xml +++ b/man/systemd-networkd.service.xml @@ -73,6 +73,11 @@ restarting networkd does not cut the network connection, and, in particular, that it is safe to transition between the initrd and the real root, and back.</para> + + <para>Nameservers configured in networkd, or receievd over DHCP + are exposed in <filename>/run/systemd/network/resolv.conf</filename>. + This file should not be used directly, but only through a symlink + from <filename>/etc/resolv.conf</filename>.</para> </refsect1> <refsect1><title>Configuration Files</title> |