freebsd-ports/sysutils/py-supervisor/pkg-descr
Li-Wen Hsu 6045a46fb7 Add py-supervisor 3.0a7, system to monitor and control a number of
processes on UNIX-like OS.

PR:		ports/142163
Submitted by:	Hizbulin Ildar <hizel at vyborg.ru>
2010-02-06 18:45:36 +00:00

13 lines
506 B
Text

Supervisor is a client/server system that allows its users
to monitor and control a number of processes on UNIX-like
operating systems.
It shares some of the same goals of programs like launchd,
daemontools, and runit. Unlike some of these programs, it is
not meant to be run as a substitute for init as "process id 1".
Instead it is meant to be used to control processes related to
a project or a customer, and is meant to start like any
other program at boot time.
WWW: http://supervisord.org/