nixos/dhcpcd: Before network-online.target
Instead of network.target. Fixes #60900 (delayed boot).
This commit is contained in:
parent
95395fbf54
commit
2ae58dfc79
@ -162,7 +162,7 @@ in
|
|||||||
|
|
||||||
wantedBy = [ "multi-user.target" ] ++ optional (!hasDefaultGatewaySet) "network-online.target";
|
wantedBy = [ "multi-user.target" ] ++ optional (!hasDefaultGatewaySet) "network-online.target";
|
||||||
wants = [ "network.target" "systemd-udev-settle.service" ];
|
wants = [ "network.target" "systemd-udev-settle.service" ];
|
||||||
before = [ "network.target" ];
|
before = [ "network-online.target" ];
|
||||||
after = [ "systemd-udev-settle.service" ];
|
after = [ "systemd-udev-settle.service" ];
|
||||||
|
|
||||||
# Stopping dhcpcd during a reconfiguration is undesirable
|
# Stopping dhcpcd during a reconfiguration is undesirable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user