start dhcpcd after network-interfaces
This commit is contained in:
parent
538195e088
commit
c3fe942a57
@ -138,6 +138,9 @@ in
|
|||||||
{ description = "DHCP Client";
|
{ description = "DHCP Client";
|
||||||
|
|
||||||
wantedBy = [ "network.target" ];
|
wantedBy = [ "network.target" ];
|
||||||
|
# Work-around to deal with problems where the kernel would remove &
|
||||||
|
# re-create Wifi interfaces early during boot.
|
||||||
|
after = [ "network-interfaces.target" ];
|
||||||
|
|
||||||
# Stopping dhcpcd during a reconfiguration is undesirable
|
# Stopping dhcpcd during a reconfiguration is undesirable
|
||||||
# because it brings down the network interfaces configured by
|
# because it brings down the network interfaces configured by
|
||||||
|
Loading…
x
Reference in New Issue
Block a user