1neard.conf(5)                 File Formats Manual                neard.conf(5)
2
3
4

NAME

6       main.conf - neard configuration file
7

SYNOPSIS

9       /etc/neard/main.conf
10       or
11       <SYSCONFDIR>/neard/main.conf
12       where <SYSCONFDIR> depends on your distribution or build.
13

DESCRIPTION

15       main.conf is a configuration file for neard (8). The configuration file
16       is optional but it can be used to set up  various  aspects  of  neard's
17       behavior.
18

FILE FORMAT

20       The  configuration file format is key file format.  It consists of sec‐
21       tions (groups) of key-value pairs.  Lines  beginning  with  a  '#'  and
22       blank  lines are considered comments.  Sections are started by a header
23       line containing the section enclosed in '[' and ']', and ended  implic‐
24       itly by the start of the next section or the end of the file. Each key-
25       value pair must be contained in a section.
26
27       Description of sections and available keys follows:
28
29   [General]
30       This section is the only mandatory section of the configuration file.
31
32       ConstantPoll=true|false
33              Enable constant polling. Default is false. Constant polling will
34              force  neard into starting a new polling cycle whenever a target
35              or a device are lost.
36
37       DefaultPowered=true|false
38              Automatically turn an adapter on when being discovered.  Default
39              value is false.
40
41       ResetOnError=true|false
42              Power  cycle  the  adapter  when getting a driver error from the
43              kernel.  Default value is true.
44

SEE ALSO

46       neard(8)
47
48
49
50                                 7 March 2013                    neard.conf(5)
Impressum