From: Daniel Wagner <[email protected]> Explain how SessionAutoConnectMode influences the AutoConnect algorithm. --- doc/connman.conf.5 | 10 ++++++++++ 1 file changed, 10 insertions(+)
diff --git a/doc/connman.conf.5 b/doc/connman.conf.5 index 1a24467..ded8955 100644 --- a/doc/connman.conf.5 +++ b/doc/connman.conf.5 @@ -126,5 +126,15 @@ really know what you are doing. Restore earlier tethering status when returning from offline mode, re-enabling a technology, and after restarts and reboots. Default value is false. +.TP +.B SessionAutoConnectMode=\fPtrue|false\fP +Change the behavior of the auto-connect algorithm in conjunction +with sessions. If set to SessionAutoConnectMode is set to false +ConnMan will try to auto-connect one Service which has AutoConnect +set to true. Setting SessionAutoConnectMode to true will block +the auto-connect attempt unless a Session is asking for +a connection via Session.Connect(). If no Session is requiring a +connection, ConnMan will disconnect all Services. +Default value is false. .SH "SEE ALSO" .BR Connman (8) -- 1.8.4.474.g128a96c _______________________________________________ connman mailing list [email protected] https://lists.connman.net/mailman/listinfo/connman
