configs/*/airootfs/etc/systemd/system/systemd-networkd-wait-online.service.d/wait-for-only-one-interface.conf: document why the drop-in file exists

Related to #142.

Add missing `ExecStart=` to baseline's /etc/systemd/system/systemd-networkd-wait-online.service.d/wait-for-only-one-interface.conf.
This commit is contained in:
nl6720 2021-07-11 17:15:23 +03:00
parent c6a1ccca4f
commit 8fa110e9d7
No known key found for this signature in database
GPG Key ID: 5CE88535E188D369
2 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,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

View File

@ -1,6 +1,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