mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 06:30:33 +01:00
man: clearify rc-manager symlink setting in NetworkManager.conf
This commit is contained in:
parent
a47c13a7a2
commit
9f29cc13e7
1 changed files with 7 additions and 2 deletions
|
|
@ -316,7 +316,12 @@ no-auto-default=*
|
|||
always write resolv.conf to its runtime state directory.</para>
|
||||
<para><literal>symlink</literal>: NetworkManager will symlink
|
||||
<filename>/etc/resolv.conf</filename> to its private
|
||||
resolv.conf file in the runtime state directory.</para>
|
||||
resolv.conf file in the runtime state directory. If
|
||||
<filename>/etc/resolv.conf</filename>
|
||||
already is a symlink pointing to a different location, the file
|
||||
will not be modified. This allows the user to disable managing
|
||||
by pointing the link <filename>/etc/resolv.conf</filename> to
|
||||
somewhere else.</para>
|
||||
<para><literal>file</literal>: NetworkManager will write
|
||||
<filename>/etc/resolv.conf</filename> as file.</para>
|
||||
<para><literal>resolvconf</literal>: NetworkManager will run
|
||||
|
|
@ -324,7 +329,7 @@ no-auto-default=*
|
|||
<para><literal>netconfig</literal>: NetworkManager will run
|
||||
netconfig to update the DNS configuration.</para>
|
||||
<para><literal>unmanaged</literal>: don't touch
|
||||
<filename>resolv.conf</filename>.</para>
|
||||
<filename>/etc/resolv.conf</filename>.</para>
|
||||
<para><literal>none</literal>: deprecated alias for
|
||||
<literal>symlink</literal>.</para>
|
||||
</listitem>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue