Description ----------- This library provides a mechanism to read service files and launch and monitor them. Dependencies to other libraries ------------------------------- - 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 maintainer-clean 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 ---- - inotify integration - process polling License ------- GNU LESSER GENERAL PUBLIC LICENSE (lgpl) version 3, for details see the COPYING file.