logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

restartd - process checker and/or reloader

Author

       This manual page was written by Tibor Koleszar <t.koleszar@somogy.hu>  and  updated  by  Aurélien  GÉRÔME
       <ag@roxor.cx> for the Debian GNU/Linux system.

       Last modify: Thu, 14 Sep 2006 22:42:57 +0200

                                                   14 Sep 2006                                       RESTARTD(8)

Description

       Restartd is a daemon for checking running and not running processes. It reads the /proc directory every n
       seconds  and  does  a  POSIX  regexp  on  the process names. You can execute a script or a program if the
       process is or is not running.

       For executing, restard uses system(3).

       For logging, restartd using syslog with LOG_INFO and LOG_ERR facilities.

Name

       restartd - process checker and/or reloader

Options

       restartd follows the GNU command line syntax.

       -h,--help
              Displays a little help.

       -v,--version
              Show the version number and quit.

       -d,--debug
              Add very limited debugging.

       -i--interval
              The process check interval in seconds. The default is 20.

       -c--config
              Use a different configuration file instead of /etc/restartd.conf.

       -f--foreground
              Run restartd in foreground without detaching from the controlling terminal.

See Also