mirror of https://gitee.com/openkylin/wpa.git
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:
parent
f333bbb003
commit
3ef10df2ab
|
@ -1,6 +1,7 @@
|
|||
[Unit]
|
||||
Description=WPA supplicant
|
||||
Before=network.target
|
||||
After=dbus.service
|
||||
Wants=network.target
|
||||
|
||||
[Service]
|
||||
|
|
Loading…
Reference in New Issue