X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=man%2Fsystemd-networkd-wait-online.service.xml;h=a1de8c1e0530ff75f6a27f3b5cfe57e129249434;hb=13a69c120bc584e90f863f821710b3b5294cd206;hp=6d2c71d8c7bf3f001e92478806d501b3a82bb8d5;hpb=db9ecf050165fd1033c6f81485917e229c4be537;p=thirdparty%2Fsystemd.git diff --git a/man/systemd-networkd-wait-online.service.xml b/man/systemd-networkd-wait-online.service.xml index 6d2c71d8c7b..a1de8c1e053 100644 --- a/man/systemd-networkd-wait-online.service.xml +++ b/man/systemd-networkd-wait-online.service.xml @@ -18,12 +18,14 @@ systemd-networkd-wait-online.service + systemd-networkd-wait-online@.service systemd-networkd-wait-online Wait for network to come online systemd-networkd-wait-online.service + systemd-networkd-wait-online@.service /usr/lib/systemd/systemd-networkd-wait-online @@ -38,6 +40,17 @@ to be fully configured or failed, and for at least one link to be online. Here, online means that the link's operational state is equal or higher than degraded. The threshold can be configured by option. + + The service systemd-networkd-wait-online.service invokes + systemd-networkd-wait-online without any options. Thus, it waits for all managed + interfaces to be configured or failed, and for at least one to be online. + + The service systemd-networkd-wait-online@.service takes an interface + name, and invokes systemd-networkd-wait-online with and the + specified interface name. Thus, wait for the specified interface to be configured and online. For + example, systemd-networkd-wait-online@eth0.service waits for + eth0 to be configured by systemd-networkd and online. + @@ -61,7 +74,9 @@ for possible operational states. If the operational state is not specified here, then the value from RequiredForOnline= in the corresponding .network file is used if present, and degraded otherwise. - + + + @@ -70,7 +85,9 @@ Network interfaces to be ignored when deciding if the system is online. By default, only the loopback interface is ignored. This option may be used more than once - to ignore multiple network interfaces. + to ignore multiple network interfaces. + + @@ -82,7 +99,49 @@ for possible operational states. If set, the specified value overrides RequiredForOnline= settings in .network files. But this does not override operational states specified in option. - + + + + + + + + + + Waiting for an IPv4 address of each network interface to be configured. If this + option is specified with , then + systemd-networkd-wait-online exits with success when at least one interface + becomes online and has an IPv4 address. If the required minimum operational state is + below routable, then each link (or at least one link with + ) must have an IPv4 link-local or routable address. If the required + minimum operational state is routable, then each link must have an IPv4 + routable address. + If neither nor + is specified, then the value from + RequiredFamilyForOnline= in the corresponding .network + file is used if present. + + + + + + + + + Waiting for an IPv6 address of each network interface to be configured. If this + option is specified with , then + systemd-networkd-wait-online exits with success when at least one interface + becomes online and has an IPv6 address. If the required minimum operational state is + below routable, then each link (or at least one link with + ) must have an IPv6 link-local or routable address. If the required + minimum operational state is routable, then each link must have an IPv6 + routable address. + If neither nor + is specified, then the value from + RequiredFamilyForOnline= in the corresponding .network + file is used if present. + + @@ -93,7 +152,9 @@ becomes online. When this option is specified with , then systemd-networkd-wait-online waits for one of the specified interfaces to be online. This option is useful when some interfaces may not have carrier on boot. - + + + @@ -101,14 +162,18 @@ Fail the service if the network is not online by the time the timeout elapses. A timeout of 0 disables the - timeout. Defaults to 120 seconds. + timeout. Defaults to 120 seconds. + + - Suppress log messages. + Suppress log messages. + + @@ -118,12 +183,12 @@ See Also - - systemd1, - systemd.service5, - systemd-networkd.service8, - networkctl1 - + + systemd1 + systemd.service5 + systemd-networkd.service8 + networkctl1 +