Merge pull request #3899 from aristidb/dhcpcd-systemd

start dhcpcd after network-interfaces
This commit is contained in:
Aristid Breitkreuz 2014-09-06 18:54:26 +02:00
commit 95978afa5b

View File

@ -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