A supervisord package for �ngstr�m Linux
Find a file
2014-08-24 14:10:27 +02:00
supervisord Corrected Dependencies 2014-08-24 14:10:27 +02:00
.gitignore gitignore 2014-07-27 16:03:01 +02:00
buildipk.sh init 2014-07-27 14:59:40 +02:00
ipkg-build file permissions 2014-07-27 15:02:23 +02:00
README.md more info in README 2014-07-27 17:06:42 +02:00

A supervisord package for Angstrom Linux.

Simply place your supervisord config under: /etc/supervisor.d/

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.

See: http://supervisord.org