You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
794 B
Plaintext
21 lines
794 B
Plaintext
# Defaults for hostapd initscript
|
|
#
|
|
# See /usr/share/doc/hostapd/README.Debian for information about alternative
|
|
# methods of managing hostapd.
|
|
#
|
|
# Uncomment and set DAEMON_CONF to the absolute path of a hostapd configuration
|
|
# file and hostapd will be started during system boot. An example configuration
|
|
# file can be found at /usr/share/doc/hostapd/examples/hostapd.conf.gz
|
|
#
|
|
DAEMON_CONF="/etc/hostapd/hostapd.conf"
|
|
|
|
# Additional daemon options to be appended to hostapd command:-
|
|
# -d show more debug messages (-dd for even more)
|
|
# -K include key data in debug messages
|
|
# -t include timestamps in some debug messages
|
|
#
|
|
# Note that -B (daemon mode) and -P (pidfile) options are automatically
|
|
# configured by the init.d script and must not be added to DAEMON_OPTS.
|
|
#
|
|
#DAEMON_OPTS=""
|