diff options
-rw-r--r-- | chapter09/networkd.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter09/networkd.xml b/chapter09/networkd.xml index ee9a34fbd..a80a5ba39 100644 --- a/chapter09/networkd.xml +++ b/chapter09/networkd.xml @@ -194,8 +194,8 @@ EOF</userinput></screen> configuration, it creates the file <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 + will be created by <command>systemd-resolved</command> 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 |