start dhcpcd after network-interfaces

This commit is contained in:
Aristid Breitkreuz 2014-08-31 14:34:12 +02:00
parent 538195e088
commit c3fe942a57

View File

@ -138,6 +138,9 @@ in
{ description = "DHCP Client";
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
# because it brings down the network interfaces configured by