Hello,

Fast installation in CentOS 7 for this “helper” to the queues service in Laravel or Django framework. EPEL package too old so:

  1. yum install python-setuptools python-pip
  2. pip install supervisor
  3. mkdir -p /etc/supervisord
  4. echo_supervisord_conf > /etc/supervisor.d/supervisord.conf

Forked systemd init script (thx to Jiangge Zhang) in /usr/lib/systemd/system/supervisord.service:

And:

  1. systemctl enable supervisord
  2. 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.