You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
334 B
Plaintext
7 lines
334 B
Plaintext
10 months ago
|
# 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
|
||
|
[Service]
|
||
|
ExecStart=
|
||
|
ExecStart=/usr/lib/systemd/systemd-networkd-wait-online --any
|