systemd network config: slightly reword about resolv.conf

This commit is contained in:
Xi Ruoyao 2022-02-05 21:28:39 +08:00
parent 490dc15317
commit d79ba5b01c
No known key found for this signature in database
GPG Key ID: D95E4716CCBB34DC

View File

@ -192,7 +192,12 @@ EOF</userinput></screen>
<para>When using <command>systemd-resolved</command> for DNS
configuration, it creates the file
<filename>/run/systemd/resolve/resolv.conf</filename>.</para>
<filename>/run/systemd/resolve/stub-resolv.conf</filename>.
And, if <filename>/etc/resolv.conf</filename> does not exist, it
will create it as a symlink to
<filename>/run/systemd/resolve/stub-resolv.conf</filename> so it's
unnecessary to create a <filename>/etc/resolv.conf</filename>
manually.</para>
<!--Create a
symlink in <filename>/etc</filename> to use the generated file:</para>