Skip to content

Instantly share code, notes, and snippets.

@dogukancagatay
dogukancagatay / readme.md
Last active February 9, 2020 17:51 — forked from mozillazg/supervisord.service
Install and configure supervisord on Centos7
  1. Install: pip/pip3 install supervisor
  2. Configure:
    1. mkdir -p /etc/supervisord/conf.d /var/log/supervisord /var/run/supervisord
    2. cp supervisord.conf /etc/supervisord/supervisord.conf
  3. Setup as systemd service: cp supervisord.service /usr/lib/systemd/system/supervisord.service
  4. Reload systemd service configurations systemctl daemon-reload
  5. Start service