forked from pool/wpa_supplicant
76b2d2e9d4
- 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
12 lines
299 B
Desktop File
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
|