A Process Control System — Supervisor

I used fabric when deploying applications created with Playframework so far. The content was that it first kills the process by directly specifying the RUNNING_PID file to stop the application. This time, I will use [supervisor] (http://supervisord.org/) which is a process control tool made by python. ...