aboutsummaryrefslogtreecommitdiffstats
path: root/main/hostapd/hostapd.confd
diff options
context:
space:
mode:
Diffstat (limited to 'main/hostapd/hostapd.confd')
-rw-r--r--main/hostapd/hostapd.confd13
1 files changed, 9 insertions, 4 deletions
diff --git a/main/hostapd/hostapd.confd b/main/hostapd/hostapd.confd
index 60381153aa6..6c01a071c45 100644
--- a/main/hostapd/hostapd.confd
+++ b/main/hostapd/hostapd.confd
@@ -1,5 +1,10 @@
-# Space separated list of configuration files
-CONFIGS="/etc/hostapd/hostapd.conf"
+# Configuration for /etc/init.d/hostapd
-# Extra options to pass to hostapd, see hostapd(8)
-OPTIONS=""
+# Path to the hostapd configuration file or multiple files separated by space.
+#cfgfile="/etc/hostapd/hostapd.conf"
+
+# Extra options to pass to hostapd, see hostapd(8).
+#command_args=""
+
+# Uncomment to run with process supervisor.
+# supervisor="supervise-daemon"