diff options
author | Tom Gundersen <teg@jklm.no> | 2015-01-29 07:34:34 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2015-01-31 15:26:08 +0100 |
commit | 79b1f37d95f08fe7620b071eec51d2810ed077c9 (patch) | |
tree | a80e71691b9b8dd57639c5d5351a41a154dec1c7 /man/systemd-networkd-wait-online.service.xml | |
parent | 233ba5c3a0f73e01fe6149fd8c377826a83c2a0a (diff) |
networkd-wait-online: allow specific devices to be ignored
In addition to the loopback device, also explicitly configured devices to be ignored.
Suggested by Charles Devereaux <systemd@guylhem.net>.
Diffstat (limited to 'man/systemd-networkd-wait-online.service.xml')
-rw-r--r-- | man/systemd-networkd-wait-online.service.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/systemd-networkd-wait-online.service.xml b/man/systemd-networkd-wait-online.service.xml index 3083588a37..0cb41a3b6a 100644 --- a/man/systemd-networkd-wait-online.service.xml +++ b/man/systemd-networkd-wait-online.service.xml @@ -82,6 +82,14 @@ 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> </variablelist> </refsect1> |