Skip to content

Commit

Permalink
Update Daemontools.md
Browse files Browse the repository at this point in the history
  • Loading branch information
judasn authored Oct 30, 2017
1 parent 34cb843 commit cd237c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Daemontools.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
- 安装:
- `yum -y install python-setuptools`
- `easy_install supervisor`
- 如果上面无法安装可以这样:
- `yum -y install epel-release`
- `yum -y install python-pip`
- `pip install supervisor`
- 生成配置文件:
- `echo_supervisord_conf > /etc/supervisord.conf`
- 创建专门的程序配置文件目录、日志目录:
Expand Down

0 comments on commit cd237c6

Please sign in to comment.