Jump to content

Systemd/networkd: Difference between revisions

m
Mention `systemd.network.wait-online.anyInterface`
imported>Mweinelt
imported>M-bdf
m (Mention `systemd.network.wait-online.anyInterface`)
Line 125: Line 125:
entirely, because a working <code>network-online.target</code> is required for some
entirely, because a working <code>network-online.target</code> is required for some
services to properly start without race conditions.
services to properly start without race conditions.
Also consider enabling the <code>systemd.network.wait-online.anyInterface</code> option,
which makes networkd consider the network online when any interface is online,
as opposed to all that have a positive value for <code>linkConfig.RequiredForOnline</code>.
This is useful on portable machines with a wired and a wireless interface, for example.


Recommended documentation:
Recommended documentation:
Anonymous user