mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-08-31 09:50:11 +03:00
units: change Requires=systemd-networkd.service → BindsTo= one more time
Follow-up forda15f8406e
which did the change for systemd-networkd-wait-online.service, let's also do this for systemd-networkd-wait-online@.service (cherry picked from commit51f3dc2234
) (cherry picked from commitc7bf13b2d9
)
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
814acf7a6f
commit
2378bbae57
@ -12,7 +12,7 @@ Description=Wait for Network Interface %i to be Configured
|
|||||||
Documentation=man:systemd-networkd-wait-online.service(8)
|
Documentation=man:systemd-networkd-wait-online.service(8)
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
Conflicts=shutdown.target
|
Conflicts=shutdown.target
|
||||||
Requires=systemd-networkd.service
|
BindsTo=systemd-networkd.service
|
||||||
After=systemd-networkd.service
|
After=systemd-networkd.service
|
||||||
Before=network-online.target shutdown.target
|
Before=network-online.target shutdown.target
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user