diff options
author | jim-p <jimp@pfsense.org> | 2013-08-27 21:48:51 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2013-08-27 21:48:51 -0400 |
commit | 1d30d667df0c29089c539c0bc10d1b67b46c2769 (patch) | |
tree | 42c1556e69a8817d30e437d2a56701334290091f /pkg_config.8.xml.amd64 | |
parent | 42ce51dbf43450e455ffe212e51cefe934c396aa (diff) | |
download | pfsense-packages-1d30d667df0c29089c539c0bc10d1b67b46c2769.tar.gz pfsense-packages-1d30d667df0c29089c539c0bc10d1b67b46c2769.tar.bz2 pfsense-packages-1d30d667df0c29089c539c0bc10d1b67b46c2769.zip |
Add ProcWatch, a little package to monitor services and restart them if they are stopped. Needs more testing, but the basics work.
Diffstat (limited to 'pkg_config.8.xml.amd64')
-rw-r--r-- | pkg_config.8.xml.amd64 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index 374d44e6..9d390583 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -1937,5 +1937,17 @@ <depends_on_package>sudo-1.8.6.p8.tbz</depends_on_package> <depends_on_package_pbi>sudo-1.8.6p8-amd64.pbi</depends_on_package_pbi> </package> + <package> + <name>ProcWatch</name> + <descr>Monitors for stopped services and restarts them.</descr> + <maintainer>jimp@pfsense.org</maintainer> + <version>1.0</version> + <category>Services</category> + <status>BETA</status> + <config_file>http://www.pfsense.com/packages/config/procwatch/procwatch.xml</config_file> + <pkginfolink></pkginfolink> + <required_version>2.1</required_version> + <configurationfile>procwatch.xml</configurationfile> + </package> </packages> </pfsensepkgs> |