14 lines
403 B
Plaintext
14 lines
403 B
Plaintext
|
[Unit]
|
||
|
Description=WPA supplicant daemon (interface-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
|
||
|
ExecStart=@BINDIR@/wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant-%I.conf -i%I
|
||
|
|
||
|
[Install]
|
||
|
Alias=multi-user.target.wants/wpa_supplicant@wlan0.service
|