centos6.9 安装supervisor

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos6.9 安装supervisor相关的知识,希望对你有一定的参考价值。

  1. 系统环境:

[[email protected]_WEB10 huwei]# cat /etc/redhat-release 
CentOS release 6.9 (Final)

2.安装python-setuptools

[[email protected]_WEB10 huwei]# yum install python-setuptools

3.安装supervisor

[[email protected]_WEB10 huwei]# easy_install supervisor

因为是境外站点,等很久.

4.

[[email protected]_WEB10 huwei]# echo_supervisord_conf >/etc/supervisord.conf
[[email protected]_WEB10 huwei]# vim /etc/supervisord.conf
[[email protected]_WEB10 huwei]# mkdir -p /etc/supervisor
[[email protected]_WEB10 huwei]# vim /etc/supervisord.conf
5.修改配置文件最后两行:
[include]
files = /etc/supervisor/*.conf

6. 启动

[[email protected]_WEB10 huwei]# supervisord -c /etc/supervisord.conf
[[email protected]_WEB10 huwei]# ps aux|grep supervisord|grep -v "grep"
root     21147  0.0  0.2 196780 10940 ?        Ss   16:12   0:00 /usr/bin/python /usr/bin/supervisord -c /etc/supervisord.conf


本文出自 “海底两万里” 博客,请务必保留此出处http://huwei555.blog.51cto.com/1347480/1931741

以上是关于centos6.9 安装supervisor的主要内容,如果未能解决你的问题,请参考以下文章

centos6.9编译安装httpd2.4

centos6.9源码安装wine3.0稳定版

Linux发展史&安装Centos6.9

安装Centos6.9出现故障

CENTOS6.9安装PYTHON-3.6.3

centos6.9系统的安装