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
This commit is contained in:
Lennart Poettering
2014-06-16 18:58:05 -04:00
committed by Zbigniew Jędrzejewski-Szmek
parent 00d967b989
commit 406be70b2f
+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