2011-09-05 11:54:51 +02:00
|
|
|
Supervisor is a client/server system that allows its users
|
|
|
|
to monitor and control a number of processes on UNIX-like
|
2010-02-06 19:45:36 +01:00
|
|
|
operating systems.
|
|
|
|
|
2011-09-05 11:54:51 +02:00
|
|
|
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
|
2010-02-06 19:45:36 +01:00
|
|
|
other program at boot time.
|
|
|
|
|
|
|
|
WWW: http://supervisord.org/
|