radiodan / provision

A set of scripts and configs to take a vanilla pi to a radiodan.
6 stars 6 forks source link

Replace monit with supervisor for process management #1

Closed andrewn closed 9 years ago

andrewn commented 9 years ago

Supervisor is a replacement for monit that's more responsive when a process crashes. Supervisor starts the process directly which means we can remove the init.d scripts that we currnetly have for daemonizing and managing our apps. It also removes the need for PID files which are problematic to track.

pixelblend commented 9 years ago

Thanks, Colleague.