diff options
author | KatolaZ <katolaz@freaknet.org> | 2017-01-29 18:15:55 +0000 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2017-01-29 18:15:55 +0000 |
commit | ce29fd6f30e02fb5caf9e0a6ee409f387dbd1220 (patch) | |
tree | 023a22ea3b6dd3fa5f4dcf81f8c42f1c4c7b9a11 /debian_package/setnet-0.3/setnetrc | |
parent | 33a4c4b01bd9aacec19533add10884171b608f5b (diff) |
Deb package version 0.3release-0.3
Diffstat (limited to 'debian_package/setnet-0.3/setnetrc')
-rw-r--r-- | debian_package/setnet-0.3/setnetrc | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/debian_package/setnet-0.3/setnetrc b/debian_package/setnet-0.3/setnetrc new file mode 100644 index 0000000..78cc985 --- /dev/null +++ b/debian_package/setnet-0.3/setnetrc @@ -0,0 +1,28 @@ +## +## +## setnetrc -- configuration file for setnet +## +## + +## +## WPA_FILE: The default configuration file for wpa_supplicant +## +WPA_FILE=/etc/wpa_supplicant/wpa_setnet.conf + + +## +## LOGFILE: Location of the logfile +## +LOGFILE=/var/log/setnet.log + +## +## TRUNCATE_LOG: Truncate the log file at startup +## +TRUNCATE_LOG="yes" + +## +## WIFI_DEVICES: List of Wi-Fi devices, to be used if automatic +## detection fails +## + +##WIFI_DEVICES="wlan1 wlan4" |