1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-22 13:33:56 +03:00

units: change Requires=systemd-networkd.service → BindsTo= one more time

Follow-up for da15f8406e which did the
change for systemd-networkd-wait-online.service, let's also do this for
systemd-networkd-wait-online@.service

(cherry picked from commit 51f3dc2234)
This commit is contained in:
Lennart Poettering 2022-11-29 11:18:51 +01:00 committed by Zbigniew Jędrzejewski-Szmek
parent e3d9376692
commit c7bf13b2d9

View File

@ -12,7 +12,7 @@ Description=Wait for Network Interface %i to be Configured
Documentation=man:systemd-networkd-wait-online.service(8)
DefaultDependencies=no
Conflicts=shutdown.target
Requires=systemd-networkd.service
BindsTo=systemd-networkd.service
After=systemd-networkd.service
Before=network-online.target shutdown.target