2016-12-23 12:48:31 +00:00
|
|
|
[Unit]
|
|
|
|
Description=WPA Supplicant daemon (interface %i)
|
2019-07-29 13:10:56 +00:00
|
|
|
After=dbus.service network.target
|
2021-03-03 15:20:49 +00:00
|
|
|
Requires=sys-subsystem-net-devices-%I.device
|
|
|
|
After=sys-subsystem-net-devices-%I.device
|
2016-12-23 12:48:31 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=dbus
|
|
|
|
BusName=fi.w1.wpa_supplicant1
|
2018-10-16 07:35:51 +00:00
|
|
|
ExecStart=/usr/sbin/wpa_supplicant -i%i -c /etc/wpa_supplicant/wpa_supplicant.conf -u -t -f /var/log/wpa_supplicant.log
|
2016-12-23 12:48:31 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|