storage: Remove obsolete functions that nobody calls
[framework/connectivity/connman.git] / src / main.conf
1 [General]
2
3 # Enable background scanning. Default is true.
4 # Background scanning will start every 5 minutes unless
5 # the scan list is empty. In that case, a simple backoff
6 # mechanism starting from 10s up to 5 minutes will run.
7 BackgroundScanning = true
8
9 # List of Fallback timeservers separated by ",".
10 # These timeservers are used for NTP sync when there are
11 # no timeserver set by the user or by the service.
12 # These can contain mixed combination of fully qualified
13 # domain names, IPv4 and IPv6 addresses.
14 # FallbackTimeservers =
15
16 # List of fallback nameservers separated by "," appended
17 # to the list of nameservers given by the service. The
18 # nameserver entries must be in numeric format, host
19 # names are ignored.
20 # FallbackNameservers =
21
22 # List of technologies that are marked autoconnectable
23 # by default, separated by commas ",". The default value
24 # for this entry when empty is ethernet,wifi,cellular.
25 # Services that are automatically connected must have been
26 # set up and saved to storage beforehand.
27 # DefaultAutoConnectTechnologies =
28
29 # List of preferred technologies from the most preferred
30 # one to the least preferred one separated by commas ",".
31 # Services of the listed technology type will be tried one
32 # by one in the order given, until one of them gets connected
33 # with state 'online' or they are all tried. A service of a
34 # preferred technology type in state 'ready' will get the
35 # default route when compared to a non-preferred type; a
36 # service of a preferred technology type in state 'online'
37 # will get the default route when compared to either a
38 # non-preferred type or a preferred type in state 'ready'.
39 # PreferredTechnologies =