forked from pool/wpa_supplicant
5364e68a38
- Add systemd service file, to properly track wpa_supplicant is its own systemd service (and not in dbus one). - Always enable systemd service, it is still dbus activated. OBS-URL: https://build.opensuse.org/request/show/198005 OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=33
13 lines
265 B
Desktop File
13 lines
265 B
Desktop File
[Unit]
|
|
Description=WPA Supplicant daemon
|
|
Before=network.target
|
|
|
|
[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
|
|
|