]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
systemd: Order wpa_supplicant after dbus
authorStefan Lippers-Hollmann <s.l-h@gmx.de>
Thu, 21 Oct 2021 10:20:29 +0000 (12:20 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 22 Oct 2021 14:01:20 +0000 (17:01 +0300)
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>
wpa_supplicant/systemd/wpa_supplicant.service.in

index 75a37a8cdbd35d769b691f72b79a8a09b304f32a..58a622887cd938d139887a1fdebc5059e67e15fe 100644 (file)
@@ -1,6 +1,7 @@
 [Unit]
 Description=WPA supplicant
 Before=network.target
+After=dbus.service
 Wants=network.target
 
 [Service]