summaryrefslogtreecommitdiff
path: root/doc/config-format.txt
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2010-06-07 17:03:13 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2010-06-07 17:03:13 +0200
commitf1e6754c96248260ae5013bbc03444140417b856 (patch)
tree2f69c722829d4ee34878d4d7812f03b0db374606 /doc/config-format.txt
parent4241b5836febf275a95e6d1aa63c2c4aa00ada6e (diff)
downloadconnman-f1e6754c96248260ae5013bbc03444140417b856.tar.gz
connman-f1e6754c96248260ae5013bbc03444140417b856.tar.bz2
connman-f1e6754c96248260ae5013bbc03444140417b856.zip
Update the configuration file documentation
The configuration file names should be *.config.
Diffstat (limited to 'doc/config-format.txt')
-rw-r--r--doc/config-format.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/config-format.txt b/doc/config-format.txt
index bc5a5c18..48b6453d 100644
--- a/doc/config-format.txt
+++ b/doc/config-format.txt
@@ -3,7 +3,8 @@ Connman configuration file format
Connman uses configuration files to provision existing services. Connman will
be looking for its configuration files at STORAGEDIR which by default points
-to /var/lib/connman/.
+to /var/lib/connman/. Configuration file names should follow the *.config
+pattern.
Those configuration files are text files with a simple format and we typically
have one file per provisioned network.
@@ -47,8 +48,10 @@ Example
This is a configuration file for a network providing both EAP-TLS and
EAP-PEAP services.
-The respective SSIDs are tls_ssid and peap_ssid.
+The respective SSIDs are tls_ssid and peap_ssid and the file name is
+example.config.
+example@example:[~]$ cat /var/lib/connman/example.config
[global]
Name = Example
Description = Example network configuration