2016-12-23 12:47:42 +01:00
|
|
|
[Unit]
|
|
|
|
Description=WPA Supplicant daemon
|
2019-07-29 15:10:56 +02:00
|
|
|
After=dbus.service network.target
|
2016-12-23 12:47:42 +01:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=dbus
|
|
|
|
BusName=fi.w1.wpa_supplicant1
|
2018-10-12 15:07:32 +02:00
|
|
|
ExecStart=/usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -u -t -f /var/log/wpa_supplicant.log
|
2016-12-23 12:47:42 +01:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|