treewide: deprecate ip-up.target (#18319)

Systemd upstream provides targets for networking. This also includes a target network-online.target.

In this PR I remove / replace most occurrences since some of them were even wrong and could delay startup.
This commit is contained in:
Alexander Ried
2016-09-10 18:03:59 +02:00
committed by Franz Pletz
parent a28bbba6fc
commit 27bc34f1e4
17 changed files with 35 additions and 33 deletions
+1 -2
View File
@@ -677,8 +677,7 @@ in
};
systemd.services.systemd-networkd-wait-online = {
before = [ "ip-up.target" ];
wantedBy = [ "network-online.target" "ip-up.target" ];
wantedBy = [ "network-online.target" ];
};
systemd.services."systemd-network-wait-online@" = {