Skip to content

Instantly share code, notes, and snippets.

@bashkirtsevich
Created May 21, 2020 10:42
Show Gist options
  • Save bashkirtsevich/c52501a0c0529b0ca2f6fe3951475082 to your computer and use it in GitHub Desktop.
Save bashkirtsevich/c52501a0c0529b0ca2f6fe3951475082 to your computer and use it in GitHub Desktop.
CentOS 8 Supervisor install
yum update
yum install epel-release
yum install supervisor
systemctl enable supervisord
systemctl start supervisord
cd /etc/supervisord.d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment