From 01c299573cd04fcc3b7612ce8f18459bcf77bf19 Mon Sep 17 00:00:00 2001 From: digwtx Date: Sun, 31 Aug 2014 18:17:25 +0700 Subject: system/supervisor: Added (A system for controlling process state). Signed-off-by: Willy Sudiarto Raharjo --- system/supervisor/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 system/supervisor/README (limited to 'system/supervisor/README') diff --git a/system/supervisor/README b/system/supervisor/README new file mode 100644 index 0000000000000..8b44b13b102b2 --- /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. -- cgit v1.2.3