mirror of
https://codeberg.org/metamuffin/abrechenbarkeit-sd.git
synced 2024-12-23 06:54:35 +00:00
6 lines
334 B
Text
6 lines
334 B
Text
# 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
|