Hi Jukka, > --- > src/main.conf | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/src/main.conf b/src/main.conf > index a0608d4..7b155af 100644 > --- a/src/main.conf > +++ b/src/main.conf > @@ -85,3 +85,8 @@ > # This is a dangerous setting so the default value is false. > # Do not activate this unless you really know what you are doing. > # AllowEthernetTethering = false > + > +# Remeber technology tethering status and activate tethering when > +# ConnMan starts if the tethering was active when ConnMan was stopped. > +# Default value is false. > +# StartTetheringAutomatically = false
this is pretty bad naming. Don't we want something like RememberTetheringMode, PersistentTetheringMode or similar. Or something like AlwaysEnableTethering or similar. No matter what would be the final name, the semantics of these two are different. One would enable Tethering all the time, and the other would just remember the setting that got configured. Regards Marcel _______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
