2011-07-15 11:13:40 +02:00
|
|
|
[Unit]
|
|
|
|
Description=WPA supplicant daemon (interface-specific version)
|
|
|
|
Requires=sys-subsystem-net-devices-%i.device
|
|
|
|
After=sys-subsystem-net-devices-%i.device
|
2015-08-12 16:44:42 +02:00
|
|
|
Before=network.target
|
|
|
|
Wants=network.target
|
2011-07-15 11:13:40 +02:00
|
|
|
|
|
|
|
# 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-%I.conf -i%I
|
2011-07-15 11:13:40 +02:00
|
|
|
|
|
|
|
[Install]
|
2013-05-09 10:25:48 +02:00
|
|
|
Alias=multi-user.target.wants/wpa_supplicant@%i.service
|