]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: clarify RequiredForOnline= behaviour for online state
authorAlvin Šipraga <alsi@bang-olufsen.dk>
Tue, 6 Apr 2021 13:56:05 +0000 (15:56 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 19 May 2021 01:34:06 +0000 (10:34 +0900)
With new "online state" semantics in networkd, make the description of
RequiredForOnline= a little more broad.

man/systemd.network.xml

index 02e464b193db39b92ce874f04b20ade02a663e0b..d1c823789ff6ea74dacddce5d1ff7e31a3da93fb 100644 (file)
           <para>Takes a boolean or a minimum operational state and an optional maximum operational state.
           Please see <citerefentry><refentrytitle>networkctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>
           for possible operational states. When <literal>yes</literal>, the network is deemed required when
-          determining whether the system is online when running
-          <command>systemd-networkd-wait-online</command>. When <literal>no</literal>, the network is ignored
-          when checking for online state. When a minimum operational state and an optional maximum operational
+          determining whether the system is online (including when running
+          <command>systemd-networkd-wait-online</command>). When <literal>no</literal>, the network is ignored
+          when determining the online state. When a minimum operational state and an optional maximum operational
           state are set, <literal>yes</literal> is implied, and this controls the minimum and maximum
           operational state required for the network interface to be considered online.
           Defaults to <literal>yes</literal>.</para>