Work around apparent dhcpcd bug
This commit is contained in:
parent
f7d28f7cd6
commit
d43b536ab6
|
@ -109,6 +109,7 @@ in
|
||||||
{ description = "DHCP Client";
|
{ description = "DHCP Client";
|
||||||
|
|
||||||
wantedBy = [ "network.target" ];
|
wantedBy = [ "network.target" ];
|
||||||
|
after = [ "systemd-udev-settle.service" ]; # FIXME
|
||||||
|
|
||||||
# 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…
Reference in New Issue