]> pilppa.org Git - libplp.git/blob - README
fix more errors from uninitalized variables
[libplp.git] / README
1 Description
2 -----------
3 This library provides a mechanism to read service files and launch and monitor them.
4
5 Dependencies to other libraries
6 -------------------------------
7 - modified version of is needed libuci for setting the configuration values to config files
8
9 Build, install and clean
10 ------------------------
11 - build with command: ./autobuild.sh (generates required autoconf files)
12 - install with command: make install
13 - clean source code from generated build files: make maintainer-clean 
14
15 Examples in src_test directory
16 ------------------------------
17 - "test_ha" is a example application which launches the processes defined in the 
18   .service files available in the directory "src_test/etc/plp/ha"
19   (Note that these files needs to be copied to /etc/plp/ha directory and you must fix from them the ExecStart to executables)
20 - "test_config" shows how to set and change config file values. 
21
22 TODO
23 ----
24 - inotify integration
25 - process polling
26
27 License
28 -------
29 GNU LESSER GENERAL PUBLIC LICENSE (lgpl) version 3, for details see the COPYING file.