]> pilppa.org Git - libplp.git/blobdiff - README
initial config file support
[libplp.git] / README
diff --git a/README b/README
index 1afd599f404663135b62008cd4aaa29f6c63427c..de94f3500b0faeaa215d1b5542fb3be081c5fabc 100644 (file)
--- a/README
+++ b/README
@@ -4,20 +4,20 @@ This library provides a mechanism to read service files and launch and monitor t
 
 Dependencies to other libraries
 -------------------------------
-- libuci for reading configuration files
+- modified version of is needed libuci for setting the configuration values to config files
 
 Build, install and clean
 ------------------------
 - build with command: ./autobuild.sh (generates required autoconf files)
 - install with command: make install
-- clean source code from generated build files: make distclean 
+- clean source code from generated build files: make maintainer-clean 
 
-Examples
---------
-See the src_test/test_ha
-"test_ha" is a example application which launches the processes defined in the 
-.service files available in the directory "src_test/etc/plp/ha"
-(Note that these files needs to be copied to /etc/plp/ha directory and you must fix from them the ExecStart to executables)
+Examples in src_test directory
+------------------------------
+- "test_ha" is a example application which launches the processes defined in the 
+  .service files available in the directory "src_test/etc/plp/ha"
+  (Note that these files needs to be copied to /etc/plp/ha directory and you must fix from them the ExecStart to executables)
+- "test_config" shows how to set and change config file values. 
 
 TODO
 ----