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.

(cherry picked from commit 58e027023b)

Conflicts:
	units/systemd-networkd-wait-online.service.in

(cherry picked from commit 406be70b2f)
This commit is contained in:
Lennart Poettering
2014-06-18 12:34:18 -04:00
committed by Zbigniew Jędrzejewski-Szmek
parent 52af610616
commit 14831b62e7
+1
View File
@@ -9,3 +9,4 @@
Description=Network is Online
Documentation=man:systemd.special(7)
Documentation=http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
After=network.target