X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=README;h=de94f3500b0faeaa215d1b5542fb3be081c5fabc;hb=e8388e36ba07a332022dfd206c633428d020b303;hp=1afd599f404663135b62008cd4aaa29f6c63427c;hpb=02410339261f276bc277f7a39ab5bed727932a41;p=libplp.git diff --git a/README b/README index 1afd599..de94f35 100644 --- 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 ----