setnet/setnetrc

29 lines
440 B
Plaintext
Raw Normal View History

2016-12-30 22:01:43 +00:00
##
##
## setnetrc -- configuration file for setnet
##
##
##
2017-01-07 23:47:32 +00:00
## WPA_FILE: The default configuration file for wpa_supplicant
2016-12-30 22:01:43 +00:00
##
WPA_FILE=/etc/wpa_supplicant/wpa_setnet.conf
2016-12-30 22:01:43 +00:00
##
2017-01-07 23:47:32 +00:00
## LOGFILE: Location of the logfile
2016-12-30 22:01:43 +00:00
##
LOGFILE=/var/log/setnet.log
2016-12-30 22:01:43 +00:00
##
2017-01-07 23:47:32 +00:00
## TRUNCATE_LOG: Truncate the log file at startup
##
TRUNCATE_LOG="yes"
2016-12-30 22:01:43 +00:00
2017-01-07 23:47:32 +00:00
##
## WIFI_DEVICES: List of Wi-Fi devices, to be used if automatic
## detection fails
##
##WIFI_DEVICES="wlan1 wlan4"