diff options
author | Jan Macku <jamacku@redhat.com> | 2021-01-20 09:13:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-20 09:13:05 +0100 |
commit | fd843c20484517a58a0724ee109c5b49a0b4cf52 (patch) | |
tree | a5e6ded710f8d470310f7136f370af5dfe75c47d /doc | |
parent | b2bbb187eac07b93f4b40c6f2f72052f07b70ab2 (diff) | |
download | initscripts-fd843c20484517a58a0724ee109c5b49a0b4cf52.tar initscripts-fd843c20484517a58a0724ee109c5b49a0b4cf52.tar.gz initscripts-fd843c20484517a58a0724ee109c5b49a0b4cf52.tar.bz2 initscripts-fd843c20484517a58a0724ee109c5b49a0b4cf52.tar.xz initscripts-fd843c20484517a58a0724ee109c5b49a0b4cf52.zip |
doc: Documents RES_OPTIONS option
Add documentation for RES_OPTIONS.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sysconfig.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/sysconfig.txt b/doc/sysconfig.txt index 07647b6b..16da2d97 100644 --- a/doc/sysconfig.txt +++ b/doc/sysconfig.txt @@ -151,6 +151,11 @@ Generic options: Example: WAIT_UNTIL_REACHABLE=8.8.8.8 Default: (not set) + RES_OPTIONS=<list of resolv.conf options> + RES_OPTIONS contains space-separated list of resolver options as explained in resolv.conf(5). + Example: RES_OPTIONS="rotate timeout:1 retries:1" this will be presented in /etc/resolv.conf like + "options rotate timeout:1 retries:1" + IFDOWN_ON_SHUTDOWN=yes|no If yes, do bring interfaces down during system shutdown. If no, leave them in their current state (this is only supported on hosts using systemd). |