Skip to content

Commit cd237c6

Browse files
authored
Update Daemontools.md
1 parent 34cb843 commit cd237c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Daemontools.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
- 安装:
1111
- `yum -y install python-setuptools`
1212
- `easy_install supervisor`
13+
- 如果上面无法安装可以这样:
14+
- `yum -y install epel-release`
15+
- `yum -y install python-pip`
16+
- `pip install supervisor`
1317
- 生成配置文件:
1418
- `echo_supervisord_conf > /etc/supervisord.conf`
1519
- 创建专门的程序配置文件目录、日志目录:

0 commit comments

Comments
 (0)