summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2022-11-29 11:18:51 +0100
committerLennart Poettering <lennart@poettering.net>2022-11-29 16:56:07 +0100
commit51f3dc2234082c1ca9bdda403e4f355cab6be03b (patch)
treebac42aaf9f535831f668469e21e7d2ea1302cebd /units
parente6eb581cb0795b2d5993518a24effd681366ef9a (diff)
downloadsystemd-51f3dc2234082c1ca9bdda403e4f355cab6be03b.tar.gz
units: change Requires=systemd-networkd.service → BindsTo= one more time
Follow-up for da15f8406e9aeb7908e1d92c02d2ff5147c7788a which did the change for systemd-networkd-wait-online.service, let's also do this for systemd-networkd-wait-online@.service
Diffstat (limited to 'units')
-rw-r--r--units/systemd-networkd-wait-online@.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-networkd-wait-online@.service.in b/units/systemd-networkd-wait-online@.service.in
index 949695f53e..2fae26d1c0 100644
--- a/units/systemd-networkd-wait-online@.service.in
+++ b/units/systemd-networkd-wait-online@.service.in
@@ -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