From fd843c20484517a58a0724ee109c5b49a0b4cf52 Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Wed, 20 Jan 2021 09:13:05 +0100 Subject: doc: Documents RES_OPTIONS option Add documentation for RES_OPTIONS. --- doc/sysconfig.txt | 5 +++++ 1 file changed, 5 insertions(+) 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= + 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). -- cgit v1.2.1