Created
May 21, 2020 10:42
-
-
Save bashkirtsevich/c52501a0c0529b0ca2f6fe3951475082 to your computer and use it in GitHub Desktop.
CentOS 8 Supervisor install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
https://github.com/wizardjedi/my-spring-learning/wiki/Supervisord