summaryrefslogtreecommitdiff
path: root/doc/config-format.txt
diff options
context:
space:
mode:
authorJukka Rissanen <jukka.rissanen@linux.intel.com>2012-06-05 11:24:19 +0300
committerPatrik Flykt <patrik.flykt@linux.intel.com>2012-06-11 13:05:39 +0300
commitc528c2e0020cb4abf376f6869c8e2c0d4f8b0ad9 (patch)
treed9bc6cb0405ad86326665512dc28fa0660f9026e /doc/config-format.txt
parentfedab3c6ae1dae158fa9753b4dda4aab7da1dce8 (diff)
downloadconnman-c528c2e0020cb4abf376f6869c8e2c0d4f8b0ad9.tar.gz
connman-c528c2e0020cb4abf376f6869c8e2c0d4f8b0ad9.tar.bz2
connman-c528c2e0020cb4abf376f6869c8e2c0d4f8b0ad9.zip
doc: Describe what happens when config file is removed
Diffstat (limited to 'doc/config-format.txt')
-rw-r--r--doc/config-format.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/config-format.txt b/doc/config-format.txt
index 1e03f787..4f768325 100644
--- a/doc/config-format.txt
+++ b/doc/config-format.txt
@@ -8,6 +8,12 @@ characters than letters or numbers and must have a .config suffix.
Those configuration files are text files with a simple format and we typically
have one file per provisioned network.
+If the config file is removed, then Connman tries to remove the
+provisioned service. If individual service entry inside config is removed,
+then the corresponding provisioned service is removed. If service
+entry is changed, then corresponding service is removed and then
+immediately re-provisioned.
+
Global entry [global]
=====================