e797959b86
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>
14 lines
263 B
SYSTEMD
14 lines
263 B
SYSTEMD
[Unit]
|
|
Description=WPA supplicant
|
|
Before=network.target
|
|
After=dbus.service
|
|
Wants=network.target
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=fi.w1.wpa_supplicant1
|
|
ExecStart=@BINDIR@/wpa_supplicant -u
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Alias=dbus-fi.w1.wpa_supplicant1.service
|