Updated 用 Supervisor 运行 Shadowsocks (markdown)

caizixian 2014-11-01 17:57:21 -07:00
parent 532a864bd2
commit 96b887c0e0

@ -61,6 +61,12 @@ Debian
CentOS
------
运行
```
sudo yum install python-pip supervisor
sudo pip install shadowsocks
```
编辑 `/etc/supervisord.conf` 添加
```
@ -73,8 +79,6 @@ user=nobody
运行
```
sudo yum install python-pip supervisor
sudo pip install shadowsocks
sudo chkconfig --add supervisord
sudo chkconfig supervisord on
service supervisor start