One minute
supervisord in CentOS 7 (systemd version)
Hello,
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-pippip install supervisormkdir -p /etc/supervisordecho_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 supervisordsystemctl 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.
75 Words
Feb, 2015