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