diff options
author | digwtx <wtx358@qq.com> | 2014-08-31 18:17:25 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-31 18:17:25 +0700 |
commit | 01c299573cd04fcc3b7612ce8f18459bcf77bf19 (patch) | |
tree | 5e75ad79dd7b53283499d37bbbf05f2a9a67ade4 /system/supervisor/README | |
parent | 5a94f78d0a2542e4903b61c9ff7ee833b60fb83b (diff) | |
download | slackbuilds-01c299573cd04fcc3b7612ce8f18459bcf77bf19.tar.gz |
system/supervisor: Added (A system for controlling process state).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/supervisor/README')
-rw-r--r-- | system/supervisor/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/supervisor/README b/system/supervisor/README new file mode 100644 index 0000000000..8b44b13b10 --- /dev/null +++ b/system/supervisor/README @@ -0,0 +1,8 @@ +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. |