Skip to content

Instantly share code, notes, and snippets.

@xiaowl
Created September 9, 2012 07:19
Show Gist options
  • Save xiaowl/3683132 to your computer and use it in GitHub Desktop.
Save xiaowl/3683132 to your computer and use it in GitHub Desktop.
A collection of useful tools

Supervisor

http://supervisord.org/

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment