2011-07-15 11:13:40 +02:00
|
|
|
[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
|
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-nl80211-%I.conf -Dnl80211 -i%I
|
2011-07-15 11:13:40 +02:00
|
|
|
|
|
|
|
[Install]
|
2019-02-04 21:43:29 +01:00
|
|
|
WantedBy=multi-user.target
|