summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Lippers-Hollmann <s.l-h@gmx.de>2019-08-08 15:59:02 +0200
committerAndrej Shadura <andrewsh@debian.org>2019-08-08 15:59:02 +0200
commitba18ddb1f439e030e1a4f957b8a9eda340ac1901 (patch)
tree7a01b831b11418779e7e965c35356bf6cf477022
parent030f808ed9c4418ffe586fbf511157dc57db0a01 (diff)
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
-rw-r--r--wpa_supplicant/systemd/wpa_supplicant.service.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/wpa_supplicant/systemd/wpa_supplicant.service.in b/wpa_supplicant/systemd/wpa_supplicant.service.in
index 32516a3..bc0688a 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
Wants=network.target
[Service]