dwatch(1) - Linux man page
Name
dwatchSynopsis
dwatch [-dv] [-f conf]Example
dwatch -f /etc/dwatch.confDescription
Dwatch is a program that watches over other programs and performs actions based on conditions specified in a configuration file.It is meant to be run from cron at regular intervals.
Options
- -d
- Print debug output.
- -v
- Verbose, i.e. print actions on stdout. Useful when running from cron.
- -f conf
- Read configuration from the specified file.