diff options
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | 2012-06-05 11:24:19 +0300 |
---|---|---|
committer | Patrik Flykt <patrik.flykt@linux.intel.com> | 2012-06-11 13:05:39 +0300 |
commit | c528c2e0020cb4abf376f6869c8e2c0d4f8b0ad9 (patch) | |
tree | d9bc6cb0405ad86326665512dc28fa0660f9026e /doc | |
parent | fedab3c6ae1dae158fa9753b4dda4aab7da1dce8 (diff) | |
download | connman-c528c2e0020cb4abf376f6869c8e2c0d4f8b0ad9.tar.gz connman-c528c2e0020cb4abf376f6869c8e2c0d4f8b0ad9.tar.bz2 connman-c528c2e0020cb4abf376f6869c8e2c0d4f8b0ad9.zip |
doc: Describe what happens when config file is removed
Diffstat (limited to 'doc')
-rw-r--r-- | doc/config-format.txt | 6 |
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] ===================== |