blob: 191db819349bb7a6a543e1b67534fb76ca9e1dad (
plain)
1
2
3
4
5
6
7
8
9
|
#
# SPDX-License-Identifier: GPL-3.0-or-later
# 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
|