chiark / gitweb /
networkd-wait-online: add timeout
[elogind.git] / man / systemd-networkd-wait-online.service.xml
index c8190e1ab93d64ad49dffc40465ea3ac8b283df0..4f039fedc7b18487df472ec9e7f514c9c5dcbf7f 100644 (file)
@@ -58,8 +58,8 @@
 
                 <para><command>systemd-networkd-wait-online</command> is a
                 one-shot system service that waits for the network to be configured.
-                By default it will wait for all links it is aware of that are managed by
-                <citerefentry><refentrytitle>systemd-networkd.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
+                By default, it will wait for all links it is aware of and which are managed by
+                <citerefentry><refentrytitle>systemd-networkd.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
                 to be fully configured or failed, and for at least one link to gain a
                 carrier.</para>
         </refsect1>
                                 used more than once to wait for multiple network
                                 interfaces.</para></listitem>
                         </varlistentry>
+                        <varlistentry>
+                                <term><option>--ignore=</option></term>
+                                <listitem><para>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.
+                                </para></listitem>
+                        </varlistentry>
+                        <varlistentry>
+                                <term><option>--timeout=</option></term>
+                                <listitem><para>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.
+                                </para></listitem>
+                        </varlistentry>
                 </variablelist>
         </refsect1>
 
                 <title>See Also</title>
                 <para>
                         <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
-                        <citerefentry><refentrytitle>systemd-networkd.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
+                        <citerefentry><refentrytitle>systemd-networkd.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
                 </para>
         </refsect1>