diff options
author | Tom Gundersen <teg@jklm.no> | 2015-02-01 21:04:35 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2015-02-02 11:57:52 +0100 |
commit | e56cdb7ae2657d62c9a8b6d3427382b209dff8e7 (patch) | |
tree | c7631551cffc36f5892c47aafee10299c192f129 /man | |
parent | c4f1aff2306e4fb10efeda75f7015e5d043d4e8d (diff) |
networkd-wait-online: add timeout
Default to timing out after 120 seconds without a network connection. Setting a
timeout of 0 disables the timeout.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-networkd-wait-online.service.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/systemd-networkd-wait-online.service.xml b/man/systemd-networkd-wait-online.service.xml index 0cb41a3b6a..4f039fedc7 100644 --- a/man/systemd-networkd-wait-online.service.xml +++ b/man/systemd-networkd-wait-online.service.xml @@ -90,6 +90,13 @@ 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> |