1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-20 14:03:39 +03:00

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 58e027023b47b32e42cf93dd4a629b869ee1ef25)

Conflicts:
	units/systemd-networkd-wait-online.service.in
This commit is contained in:
Lennart Poettering 2014-06-11 14:58:32 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent 00d967b989
commit 406be70b2f

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