diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-02-05 22:29:27 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-02-05 22:29:27 +0800 |
commit | c633b87ef4dd0f0831e9c4e2f8ebc2d543924c8a (patch) | |
tree | c0a9a7256627b37403524f259dcce88d65f67475 /chapter09 | |
parent | f09dd59a8102306eeeda6d24bae38ab8c0bfc89f (diff) |
systemd net cfg: fix ambigious "it"
Diffstat (limited to 'chapter09')
-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 |