2021-07-11 16:15:23 +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
|
2020-06-30 18:55:58 +02:00
|
|
|
[Service]
|
|
|
|
ExecStart=
|
|
|
|
ExecStart=/usr/lib/systemd/systemd-networkd-wait-online --any
|