forked from pool/wpa_supplicant
Clemens Famulla-Conrad
ef6a9184d6
- Changed wpa_supplicant.service file for wicked. (boo#1166933) OBS-URL: https://build.opensuse.org/request/show/788471 OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=99
14 lines
316 B
Desktop File
14 lines
316 B
Desktop File
[Unit]
|
|
Description=WPA Supplicant daemon
|
|
After=dbus.service
|
|
Before=network-pre.target
|
|
Wants=network-pre.target
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=fi.w1.wpa_supplicant1
|
|
ExecStart=/usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -u -t -f /var/log/wpa_supplicant.log
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|