networkd.module: remove before network-online
this is already upstream default
This commit is contained in:
parent
992c514a20
commit
2fd6b36c51
|
@ -677,7 +677,7 @@ in
|
|||
};
|
||||
|
||||
systemd.services.systemd-networkd-wait-online = {
|
||||
before = [ "network-online.target" "ip-up.target" ];
|
||||
before = [ "ip-up.target" ];
|
||||
wantedBy = [ "network-online.target" "ip-up.target" ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue