On 12/15/2017 09:32 AM, Christophe Ronco wrote:
---
src/main.conf | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/main.conf b/src/main.conf
index 882e327..85401c2 100644
--- a/src/main.conf
+++ b/src/main.conf
@@ -122,3 +122,8 @@
# other which is already connected.
# This setting has no effect if SingleConnectedTechnologies is enabled.
# AlwaysConnectedTechnologies =
+
+# Enable auto connection of services in roaming.
+# If this setting is false, roaming services are not auto-connected by Connman.
+# Default value is false.
+# AutoConnectRoamingServices = false
Looks like you're missing some code here... the service implementation?
/Jonas