aboutsummaryrefslogtreecommitdiffstats
path: root/main/wpa_supplicant/wpa_supplicant.initd
diff options
context:
space:
mode:
Diffstat (limited to 'main/wpa_supplicant/wpa_supplicant.initd')
-rw-r--r--main/wpa_supplicant/wpa_supplicant.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/wpa_supplicant/wpa_supplicant.initd b/main/wpa_supplicant/wpa_supplicant.initd
index 8429a37338..7a9949b8be 100644
--- a/main/wpa_supplicant/wpa_supplicant.initd
+++ b/main/wpa_supplicant/wpa_supplicant.initd
@@ -2,7 +2,7 @@
# Copyright (c) 2009 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
-command=/usr/sbin/wpa_supplicant
+command=/sbin/wpa_supplicant
: ${wpa_supplicant_conf:=/etc/wpa_supplicant/wpa_supplicant.conf}
wpa_supplicant_if=${wpa_supplicant_if:+-i}$wpa_supplicant_if
command_args="$wpa_supplicant_args -B -c$wpa_supplicant_conf $wpa_supplicant_if"