systemd: Order wpa_supplicant after dbus

Make sure that D-Bus 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>
Signed-off-by: Andrej Shadura <andrew.shadura@collabora.co.uk>
This commit is contained in:
Stefan Lippers-Hollmann 2021-10-21 12:20:29 +02:00 committed by Jouni Malinen
parent 95bf9fc93d
commit e797959b86

View file

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