setnet/setnetrc

44 lines
668 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"
2017-12-14 19:57:27 +00:00
##
## SUPPRESS_INFO: if set to "yes", avoid to show information panels
## after certain configuration steps
##
SUPPRESS_INFO="yes"
##
## SHOW_LO: whether we should show loopback devices in the device list
##
SHOW_LO="yes"