2021-07-31 09:44:37 +02:00
|
|
|
# Allow systemd-networkd-wait-online to succeed with one interface, otherwise, if multiple network interfaces exist,
|
|
|
|
# network-online.target gets needlessly delayed.
|
|
|
|
# See https://wiki.archlinux.org/title/systemd-networkd#systemd-networkd-wait-online
|
2021-01-26 13:21:38 +01:00
|
|
|
[Service]
|
|
|
|
ExecStart=
|
|
|
|
ExecStart=/usr/lib/systemd/systemd-networkd-wait-online --any
|