supplicant: Make the device pull in the supplicant service.

The udev rule should do this. Not sure why it doesn't.

Fixes #19029.
This commit is contained in:
Shea Levy 2016-09-30 09:22:49 -04:00
parent a98dccf1e4
commit b692e06686

View File

@ -34,7 +34,7 @@ let
'';
in
{ description = "Supplicant ${iface}${optionalString (iface=="WLAN"||iface=="LAN") " %I"}";
wantedBy = [ "network.target" ];
wantedBy = [ "network.target" ] ++ deps;
bindsTo = deps;
after = deps;
before = [ "network.target" ];