mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-05 13:11:32 +00: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 58e027023b)
Conflicts:
units/systemd-networkd-wait-online.service.in
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
00d967b989
commit
406be70b2f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user