diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2013-04-10 12:14:33 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-04-11 13:52:48 +0200 |
commit | a823ea893207e4b24c693f6e2bd5921bac87f17b (patch) | |
tree | 794f6ee3871824e68f8ca00edd574823def48cc7 /doc | |
parent | bfe0cf68f9afb05cf39df6824ccf4175ed1c3008 (diff) | |
download | neard-a823ea893207e4b24c693f6e2bd5921bac87f17b.tar.gz neard-a823ea893207e4b24c693f6e2bd5921bac87f17b.tar.bz2 neard-a823ea893207e4b24c693f6e2bd5921bac87f17b.zip |
main.conf: Add DefaultPowered configuration
DefaultPowered is a boolean and will force neard into turning any detected
adapter on when set to TRUE.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/neard.conf.5 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/neard.conf.5 b/doc/neard.conf.5 index e883b8b..3f19cf3 100644 --- a/doc/neard.conf.5 +++ b/doc/neard.conf.5 @@ -35,5 +35,9 @@ This section is the only mandatory section of the configuration file. .B ConstantPoll=\fPtrue|false\fP Enable constant polling. Default is false. Constant polling will force neard into starting a new polling cycle whenever a target or a device are lost. +.TP +.B DefaultPowered=\fPtrue|false\fP +Automatically turn an adapter on when being discovered. +Default value is false. .SH "SEE ALSO" .BR neard (8) |