7f93bc2
From 14831b62e7a929d68f9a97ffbdbfb306ed627838 Mon Sep 17 00:00:00 2001
a59965a
From: Lennart Poettering <lennart@poettering.net>
a59965a
Date: Wed, 11 Jun 2014 14:58:32 +0200
a59965a
Subject: [PATCH] units: order network-online.target after network.target
a59965a
a59965a
There might be implementations around where the network-online logic
a59965a
might not talk to any network configuration service (and thus not have
a59965a
to wait for it), hence let's explicitly order network-online.target
a59965a
after network.target to avoid any ambiguities.
a59965a
a59965a
(cherry picked from commit 58e027023b47b32e42cf93dd4a629b869ee1ef25)
a59965a
a59965a
Conflicts:
a59965a
	units/systemd-networkd-wait-online.service.in
a59965a
a59965a
(cherry picked from commit 406be70b2f9adaa7dc4168dd51ac8e3cfe41bcb3)
a59965a
---
a59965a
 units/network-online.target | 1 +
a59965a
 1 file changed, 1 insertion(+)
a59965a
a59965a
diff --git a/units/network-online.target b/units/network-online.target
a59965a
index a40c44c..67bc4fa 100644
a59965a
--- a/units/network-online.target
a59965a
+++ b/units/network-online.target
a59965a
@@ -9,3 +9,4 @@
a59965a
 Description=Network is Online
a59965a
 Documentation=man:systemd.special(7)
a59965a
 Documentation=http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
a59965a
+After=network.target