File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 5
5
![ stars] ( https://img.shields.io/github/stars/ghl1024/supervisor-install.svg )
6
6
![ forks] ( https://img.shields.io/github/forks/ghl1024/supervisor-install.svg )
7
7
8
- #### 在 ` CentOS7.x ` 系统中一键安装 ` supervisord ` 服务,适用系统自带的python2.7版本,升级与否都可。
8
+ # 在 ` CentOS7.x ` 系统中一键安装 ` supervisord ` 服务
9
+
10
+ > 适用系统自带的python2.7版本,升级与否都可。
9
11
10
12
| ** 软件** | 版本 |
11
13
| :---: | :---: |
@@ -101,7 +103,7 @@ systemd管理服务名称为:supervisord.service
101
103
102
104
[root@hayden supervisor]$ netstat -tnlp | grep " 9001"
103
105
tcp 0 0 0.0.0.0:9001 0.0.0.0:* LISTEN 11606/python
104
-
106
+
105
107
[root@hayden supervisor]$ ps -ef | grep " supervisord" | grep -v " grep"
106
108
root 11606 1 0 19:48 ? 00:00:00 /usr/bin/python /usr/bin/supervisord -c /home/supervisor/etc/supervisord.conf
107
109
```
@@ -147,7 +149,7 @@ systemd管理服务名称为:supervisord.service
147
149
└─12548 /usr/bin/python /usr/bin/supervisord -c /opt/supervisor/etc/supervisord.conf
148
150
149
151
[root@hayden supervisor]$ netstat -tnlp | grep " 9001" | grep -v " grep"
150
- tcp 0 0 0.0.0.0:9001 0.0.0.0:* LISTEN 12548/python
152
+ tcp 0 0 0.0.0.0:9001 0.0.0.0:* LISTEN 12548/python
151
153
[root@hayden supervisor]$ ps -ef | grep " supervisord" | grep -v " grep"
152
154
root 12548 1 0 19:58 ? 00:00:00 /usr/bin/python /usr/bin/supervisord -c /opt/supervisor/etc/supervisord.conf
153
155
```
You can’t perform that action at this time.
0 commit comments