From f57df46bf08cc99af01a46a97c8527c20275e976468e05d375cadeec6ad38e69 Mon Sep 17 00:00:00 2001 From: Clemens Famulla-Conrad Date: Wed, 3 Mar 2021 15:20:49 +0000 Subject: [PATCH 1/2] Accepting request 848179 from home:awerlang:branches:openSUSE:Factory When passing the -i argument to wpa_supplicant, the device needs to be available and ready. This fulfills the dependencies. 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/848179 OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=123 --- wpa_supplicant@.service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wpa_supplicant@.service b/wpa_supplicant@.service index 62d34ec..b64e33f 100644 --- a/wpa_supplicant@.service +++ b/wpa_supplicant@.service @@ -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 From e1f02c1fff6bead19a14199f88fc5014a9cd597ddc041748c7891b64e75bdb49 Mon Sep 17 00:00:00 2001 From: Clemens Famulla-Conrad Date: Wed, 3 Mar 2021 15:36:52 +0000 Subject: [PATCH 2/2] - 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/package/show/hardware/wpa_supplicant?expand=0&rev=124 --- wpa_supplicant.changes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wpa_supplicant.changes b/wpa_supplicant.changes index 8fcd363..15b6916 100644 --- a/wpa_supplicant.changes +++ b/wpa_supplicant.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 3 15:31:02 UTC 2021 - Clemens Famulla-Conrad + +- 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