diff --git a/wpa_supplicant.changes b/wpa_supplicant.changes index d7bbbbd..c40e965 100644 --- a/wpa_supplicant.changes +++ b/wpa_supplicant.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 23 16:45:16 UTC 2016 - lnussel@suse.de + +- add After=dbus.service to prevent too early shutdown (bnc#963652) + ------------------------------------------------------------------- Fri Feb 26 21:10:55 UTC 2016 - crrodriguez@opensuse.org diff --git a/wpa_supplicant.service b/wpa_supplicant.service index 67632b9..2cddf41 100644 --- a/wpa_supplicant.service +++ b/wpa_supplicant.service @@ -1,6 +1,7 @@ [Unit] Description=WPA Supplicant daemon Before=network.target +After=dbus.service [Service] Type=dbus