Skip to content

Commit 65ab898

Browse files
authored
Merge pull request #3 from ghl1024/centos
增加说明
2 parents 3b038b0 + 9a66ce0 commit 65ab898

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
![stars](https://img.shields.io/github/stars/ghl1024/supervisor-install.svg)
66
![forks](https://img.shields.io/github/forks/ghl1024/supervisor-install.svg)
77

8-
#### `CentOS7.x` 系统中一键安装 `supervisord` 服务,适用系统自带的python2.7版本,升级与否都可。
8+
# `CentOS7.x` 系统中一键安装 `supervisord` 服务
9+
10+
> 适用系统自带的python2.7版本,升级与否都可。
911
1012
| **软件** | 版本 |
1113
| :---: | :---: |
@@ -101,7 +103,7 @@ systemd管理服务名称为:supervisord.service
101103

102104
[root@hayden supervisor]$ netstat -tnlp | grep "9001"
103105
tcp 0 0 0.0.0.0:9001 0.0.0.0:* LISTEN 11606/python
104-
106+
105107
[root@hayden supervisor]$ ps -ef | grep "supervisord" | grep -v "grep"
106108
root 11606 1 0 19:48 ? 00:00:00 /usr/bin/python /usr/bin/supervisord -c /home/supervisor/etc/supervisord.conf
107109
```
@@ -147,7 +149,7 @@ systemd管理服务名称为:supervisord.service
147149
└─12548 /usr/bin/python /usr/bin/supervisord -c /opt/supervisor/etc/supervisord.conf
148150

149151
[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
151153
[root@hayden supervisor]$ ps -ef | grep "supervisord" | grep -v "grep"
152154
root 12548 1 0 19:58 ? 00:00:00 /usr/bin/python /usr/bin/supervisord -c /opt/supervisor/etc/supervisord.conf
153155
```

0 commit comments

Comments
 (0)