summaryrefslogtreecommitdiff
path: root/wpa_supplicant/systemd/wpa_supplicant.service.in
diff options
context:
space:
mode:
Diffstat (limited to 'wpa_supplicant/systemd/wpa_supplicant.service.in')
-rw-r--r--wpa_supplicant/systemd/wpa_supplicant.service.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/wpa_supplicant/systemd/wpa_supplicant.service.in b/wpa_supplicant/systemd/wpa_supplicant.service.in
index bc5d49a..0314038 100644
--- a/wpa_supplicant/systemd/wpa_supplicant.service.in
+++ b/wpa_supplicant/systemd/wpa_supplicant.service.in
@@ -1,12 +1,13 @@
[Unit]
Description=WPA supplicant
Before=network.target
+After=dbus.service
Wants=network.target
[Service]
Type=dbus
BusName=@DBUS_INTERFACE@
-ExecStart=@BINDIR@/wpa_supplicant -u
+ExecStart=@BINDIR@/wpa_supplicant -u -s -O /run/wpa_supplicant
[Install]
WantedBy=multi-user.target