2011-07-15 11:13:40 +02:00
|
|
|
[Unit]
|
|
|
|
Description=WPA supplicant daemon (interface- and wired driver-specific version)
|
|
|
|
Requires=sys-subsystem-net-devices-%i.device
|
|
|
|
After=sys-subsystem-net-devices-%i.device
|
|
|
|
|
|
|
|
# NetworkManager users will probably want the dbus version instead.
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
2011-07-15 11:25:02 +02:00
|
|
|
ExecStart=@BINDIR@/wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant-wired-%I.conf -Dwired -i%I
|
2011-07-15 11:13:40 +02:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
Alias=network.target.wants/wpa_supplicant-wired@wlan0.service
|