aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/sysconfig.txt5
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).