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
This commit is contained in:
Clemens Famulla-Conrad 2021-03-03 15:20:49 +00:00 committed by Git OBS Bridge
parent 941d4fb988
commit f57df46bf0

View File

@ -1,6 +1,8 @@
[Unit] [Unit]
Description=WPA Supplicant daemon (interface %i) Description=WPA Supplicant daemon (interface %i)
After=dbus.service network.target After=dbus.service network.target
Requires=sys-subsystem-net-devices-%I.device
After=sys-subsystem-net-devices-%I.device
[Service] [Service]
Type=dbus Type=dbus