[PATCH 3/3] doc: Document the 'DefaultEnabledTechnologies' setting.
Grant Erickson <[email protected]> Mon, 28 Jul 2025 15:32:17 -0700
| Newsgroups | dev.linux.lists.connman |
|---|---|
| Message-ID | <[email protected]> |
This documents the 'DefaultEnabledTechnologies' configuration setting. --- doc/connman.conf.5.in | 5 +++++ src/main.conf | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/doc/connman.conf.5.in b/doc/connman.conf.5.in index 7ab0b28b1f9e..a81ac7bb1e45 100644 --- a/doc/connman.conf.5.in +++ b/doc/connman.conf.5.in @@ -77,6 +77,11 @@ for this entry when empty is ethernet,wifi,cellular. Services that are automatically connected must have been set up and saved to storage beforehand. .TP +.BI DefaultEnabledTechnologies= technology\fR[,...] +List of technologies that are marked enabled or powered +by default, separated by commas ",". The default value for +this entry when empty is \fIethernet\fR. +.TP .BI DefaultFavoriteTechnologies= technology\fR[,...] List of technologies that are marked favorite by default, separated by commas ",". The default value for this entry diff --git a/src/main.conf b/src/main.conf index 53de3cd202f1..da1307d9ed09 100644 --- a/src/main.conf +++ b/src/main.conf @@ -49,6 +49,11 @@ # set up and saved to storage beforehand. # DefaultAutoConnectTechnologies = +# List of technologies that are marked enabled or powered +# by default, separated by commas ",". The default value for +# this entry when empty is "ethernet". +# DefaultEnabledTechnologies + # List of preferred technologies from the most preferred # one to the least preferred one separated by commas ",". # Services of the listed technology type will be tried one -- 2.45.0