diff options
author | KatolaZ <katolaz@freaknet.org> | 2017-01-07 23:47:32 +0000 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2017-01-07 23:57:54 +0000 |
commit | 29912626562d07970018cd31b28c3962abcf87b6 (patch) | |
tree | b4e1aa55afafa2aa64862f17d3fc2c3c59b17ce6 /setnetrc | |
parent | 3fbc818ccab52c91b9311a6cefcf2a7c0e683638 (diff) |
Package created for version 0.2.1
Diffstat (limited to 'setnetrc')
-rw-r--r-- | setnetrc | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -5,18 +5,24 @@ ## ## -## The default configuration file for wpa_supplicant +## WPA_FILE: The default configuration file for wpa_supplicant ## WPA_FILE=/etc/wpa_supplicant/wpa_setnet.conf ## -## Logfile +## LOGFILE: Location of the logfile ## LOGFILE=/var/log/setnet.log ## -## Truncate the log file at startup +## 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" |