forked from pool/wpa_supplicant
Accepting request 878125 from hardware
- Fix systemd device ready dependencies in wpa_supplicant@.service file. (see: https://forums.opensuse.org/showthread.php/547186-wpa_supplicant-service-fails-on-boot-succeeds-on-restart?p=2982844#post2982844) OBS-URL: https://build.opensuse.org/request/show/878125 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wpa_supplicant?expand=0&rev=87
This commit is contained in:
commit
59e2dcec17
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 3 15:31:02 UTC 2021 - Clemens Famulla-Conrad <cfamullaconrad@suse.com>
|
||||
|
||||
- Fix systemd device ready dependencies in wpa_supplicant@.service file.
|
||||
(see: https://forums.opensuse.org/showthread.php/547186-wpa_supplicant-service-fails-on-boot-succeeds-on-restart?p=2982844#post2982844)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 27 23:14:13 UTC 2021 - Clemens Famulla-Conrad <cfamullaconrad@suse.com>
|
||||
|
||||
|
@ -1,6 +1,8 @@
|
||||
[Unit]
|
||||
Description=WPA Supplicant daemon (interface %i)
|
||||
After=dbus.service network.target
|
||||
Requires=sys-subsystem-net-devices-%I.device
|
||||
After=sys-subsystem-net-devices-%I.device
|
||||
|
||||
[Service]
|
||||
Type=dbus
|
||||
|
Loading…
x
Reference in New Issue
Block a user