From 6c95e09388a527ec053efb631f93188458dd95e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alvin=20=C5=A0ipraga?= Date: Tue, 6 Apr 2021 15:56:05 +0200 Subject: [PATCH] man: clarify RequiredForOnline= behaviour for online state With new "online state" semantics in networkd, make the description of RequiredForOnline= a little more broad. --- man/systemd.network.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 02e464b193d..d1c823789ff 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -215,9 +215,9 @@ Takes a boolean or a minimum operational state and an optional maximum operational state. Please see networkctl1 for possible operational states. When yes, the network is deemed required when - determining whether the system is online when running - systemd-networkd-wait-online. When no, 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 + systemd-networkd-wait-online). When no, the network is ignored + when determining the online state. When a minimum operational state and an optional maximum operational state are set, yes is implied, and this controls the minimum and maximum operational state required for the network interface to be considered online. Defaults to yes.