Package: wpasupplicant Version: 2.3-2.1 Severity: normal Tags: patch User: pkg-systemd-maintain...@lists.alioth.debian.org Usertags: systemd-units
wpasupplicant uses D-Bus and if the dbus service goes away, it drops any existing connections. This is problematic on shutdown, as dbus.service might be stopped before wpasupplicant. Please consider adding a After=dbus.service to wpa_supplicant.service See also the upstream discussion at https://bugs.freedesktop.org/show_bug.cgi?id=89847#c12 -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable'), (200, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.2.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages wpasupplicant depends on: ii adduser 3.113+nmu3 ii libc6 2.19-22 ii libdbus-1-3 1.10.0-3 ii libnl-3-200 3.2.26-1 ii libnl-genl-3-200 3.2.26-1 ii libpcsclite1 1.8.14-1 ii libreadline6 6.3-8+b3 ii libssl1.0.0 1.0.2d-1 ii lsb-base 9.20150917 wpasupplicant recommends no packages. Versions of packages wpasupplicant suggests: pn libengine-pkcs11-openssl <none> pn wpagui <none> -- no debconf information
diff --git a/wpa_supplicant/systemd/wpa_supplicant.service.in b/wpa_supplicant/systemd/wpa_supplicant.service.in index 96ec181..058fbd1 100644 --- a/wpa_supplicant/systemd/wpa_supplicant.service.in +++ b/wpa_supplicant/systemd/wpa_supplicant.service.in @@ -1,6 +1,7 @@ [Unit] Description=WPA supplicant Before=network.target +After=dbus.service [Service] Type=dbus