1# Defaults for hostapd initscript
2#
3# See /usr/share/doc/hostapd/README.Debian for information about alternative
4# methods of managing hostapd.
5#
6# Uncomment and set DAEMON_CONF to the absolute path of a hostapd configuration
7# file and hostapd will be started during system boot. An example configuration
8# file can be found at /usr/share/doc/hostapd/examples/hostapd.conf.gz
9#
10DAEMON_CONF="/etc/hostapd/hostapd.conf"
11
12# Additional daemon options to be appended to hostapd command:-
13# 	-d   show more debug messages (-dd for even more)
14# 	-K   include key data in debug messages
15# 	-t   include timestamps in some debug messages
16#
17# Note that -B (daemon mode) and -P (pidfile) options are automatically
18# configured by the init.d script and must not be added to DAEMON_OPTS.
19#
20DAEMON_OPTS="-d"
21