ps-watcher/debian
2012-03-28 06:50:43 +00:00
..
patches set ps_prog to "/bin/ps" 2012-03-28 06:50:43 +00:00
source switch to packaging 3.0 and bump standards 2012-03-28 06:14:25 +00:00
changelog set ps_prog to "/bin/ps" 2012-03-28 06:50:43 +00:00
compat readd ... got lost somewhere 2006-11-03 21:35:23 +00:00
control switch to packaging 3.0 and bump standards 2012-03-28 06:14:25 +00:00
copyright fixup copyright 2009-07-25 23:41:11 +00:00
default aprove initscript 2006-11-09 07:51:37 +00:00
docs remove senseless whitespaces 2006-11-04 19:24:07 +00:00
init.d fixing #523405 2010-03-10 11:42:07 +00:00
NEWS move start and stop positions 2009-07-24 17:21:00 +00:00
postinst be smarter 2009-07-24 18:00:08 +00:00
preinst remove path from pidof 2009-07-24 17:29:11 +00:00
README.Debian fixing #523405 2010-03-10 11:42:07 +00:00
rules add build-arch and build-indep targets 2012-03-28 06:22:26 +00:00
source.lintian-overrides make lintian happy 2009-07-24 18:00:29 +00:00
watch make daniel happy 2006-11-04 19:56:37 +00:00

ps-watcher for Debian
---------------------

1. PROVIDE A CONFIGFILE
-----------------------

Please provide a config file, usually /etc/ps-watcher.conf. Examples are
located in /usr/share/doc/ps-watcher/examples/.

2. AUTOMATIC STARTUP
--------------------

In order to avoid the startup of the daemon on an unconfigured machine,
automatic startup, on boot, is disabled by default. To enable it just edit the
file /etc/default/ps-watcher and set the "startup" variable to 1.

3. POSITION IN STARTUP SCRIPTS
------------------------------

If you want to keep track on daemon (restart if not running any more), you
should start ps-watcher on startup after all daemons running and stop at first
on shutdown. You can use update-rc.d to updated the postition in start-scripts.

 -- Jan Wagner <waja@cyconet.org>  Wed,  8 Nov 2006 22:44:24 +0100