summaryrefslogtreecommitdiff
path: root/units/systemd-networkd-wait-online.service.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-06-11 14:58:32 +0200
committerLennart Poettering <lennart@poettering.net>2014-06-11 15:00:45 +0200
commit58e027023b47b32e42cf93dd4a629b869ee1ef25 (patch)
treea023993d14e8ad4584afb4d85271720ab0a33bf5 /units/systemd-networkd-wait-online.service.in
parent71449cafa1f3aecad6fc755ae5e571eddf0bbd02 (diff)
downloadsystemd-58e027023b47b32e42cf93dd4a629b869ee1ef25.tar.gz
units: order network-online.target after network.target
There might be implementations around where the network-online logic might not talk to any network configuration service (and thus not have to wait for it), hence let's explicitly order network-online.target after network.target to avoid any ambiguities.
Diffstat (limited to 'units/systemd-networkd-wait-online.service.in')
-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 a9bad7aa8f..8597f7c443 100644
--- a/units/systemd-networkd-wait-online.service.in
+++ b/units/systemd-networkd-wait-online.service.in
@@ -12,7 +12,7 @@ DefaultDependencies=no
Conflicts=shutdown.target
Requisite=systemd-networkd.service
After=systemd-networkd.service
-Before=network-online.target
+Before=network.target network-online.target
[Service]
Type=oneshot