Fast installation in CentOS 7 for this "helper" to the queues service in laravel or django framework. EPEL package too old so:
- yum install python-setuptools python-pip
- pip install supervisor
- mkdir -p /etc/supervisord
- echo_supervisord_conf > /etc/supervisor.d/supervisord.conf
- forked systemd init script (thx to Jiangge Zhang) in /usr/lib/systemd/system/supervisord.service:
And:
- systemctl enable supervisord
- systemctl start supervisord
User=nginx is useful to run this process as nginx user. You can change it but the user must be in the system.