13 lines
443 B
Desktop File
13 lines
443 B
Desktop File
[Unit]
|
|
Description=WPA supplicant daemon (interface- and nl80211 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
|
|
ExecStart=/sbin/wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant-nl80211-%I.conf -Dnl80211 -i%I
|
|
|
|
[Install]
|
|
Alias=network.target.wants/wpa_supplicant-nl80211@wlan0.service
|