1
0
wpa_supplicant/wpa_supplicant@.service
Karol Babioch 76b2d2e9d4 Accepting request 719580 from home:13ilya
- Refresh spec-file via spec-cleaner and manual optimizations.
  * Change URL and Source0 to actual project homepage.
  * Remove macro %{?systemd_requires} and rm (not needed).
  * Add %autopatch macro.
  * Add %make_build macro.
- Chenged patch wpa_supplicant-flush-debug-output.patch (to -p1).
- Changed service-files for start after network (systemd-networkd).

OBS-URL: https://build.opensuse.org/request/show/719580
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=95
2019-07-29 13:10:56 +00:00

12 lines
299 B
Desktop File

[Unit]
Description=WPA Supplicant daemon (interface %i)
After=dbus.service network.target
[Service]
Type=dbus
BusName=fi.w1.wpa_supplicant1
ExecStart=/usr/sbin/wpa_supplicant -i%i -c /etc/wpa_supplicant/wpa_supplicant.conf -u -t -f /var/log/wpa_supplicant.log
[Install]
WantedBy=multi-user.target