DESCR 469 B

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