]> pilppa.org Git - libplpha.git/blob - README
removed libuci pkconfig check
[libplpha.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 - libuci for reading configuration 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
16 --------
17 See the src_test/test_ha
18 "test_ha" is a example application which launches the processes defined in the 
19 .service files available in the directory "src_test/etc/plp/ha"
20 (Note that these files needs to be copied to /etc/plp/ha directory and you must fix from them the ExecStart to executables)
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.