diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-05 09:54:51 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-05 09:54:51 +0000 |
commit | 2673fc196cf7bf5025a31a0b4332868f614711ca (patch) | |
tree | 71e4dc59b392386c25a5e145b973c25564224da6 /sysutils/py-supervisor/pkg-descr | |
parent | 2823223f8927eb7651ec89e6593d40dc1d48d32c (diff) |
Notes
Diffstat (limited to 'sysutils/py-supervisor/pkg-descr')
-rw-r--r-- | sysutils/py-supervisor/pkg-descr | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/sysutils/py-supervisor/pkg-descr b/sysutils/py-supervisor/pkg-descr index 1b3e4487f88d..fe87596827d7 100644 --- a/sysutils/py-supervisor/pkg-descr +++ b/sysutils/py-supervisor/pkg-descr @@ -1,13 +1,12 @@ -Supervisor is a client/server system that allows its users -to monitor and control a number of processes on UNIX-like +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 +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/ |