wpa_supplicant: Fix dependency odering when invoked with DBus

Make sure that DBus isn't shut down before wpa_supplicant, as that would
also bring down wireless links which are still holding open NFS shares.

Debian bug: https://bugs.debian.org/785579
systemd upstream bug: https://bugs.freedesktop.org/show_bug.cgi?id=89847

Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>

Gbp-Pq: Name wpa_supplicant_fix-dependency-odering-when-invoked-with-dbus.patch
This commit is contained in:
Stefan Lippers-Hollmann 2022-05-14 03:18:56 +08:00 committed by openKylinBot
parent f333bbb003
commit 3ef10df2ab
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
[Unit]
Description=WPA supplicant
Before=network.target
After=dbus.service
Wants=network.target
[Service]