mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-08 06:31:56 +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 commit58e027023b) Conflicts: units/systemd-networkd-wait-online.service.in (cherry picked from commit406be70b2f)
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
52af610616
commit
14831b62e7
@@ -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