2013-09-10 10:51:20 +00:00
|
|
|
[Unit]
|
|
|
|
Description=WPA Supplicant daemon
|
|
|
|
Before=network.target
|
2016-03-24 05:59:55 +00:00
|
|
|
After=dbus.service
|
2013-09-10 10:51:20 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=dbus
|
|
|
|
BusName=fi.w1.wpa_supplicant1
|
|
|
|
ExecStart=/usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -u -f /var/log/wpa_supplicant.log
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
|
|
|
|