Updated Configure Shadowsocks with Supervisor (markdown)

caizixian 2014-11-01 17:56:02 -07:00
parent 171040da3f
commit 532a864bd2

@ -56,6 +56,13 @@ supervisorctl restart shadowsocks
CentOS
------
Run
```
sudo yum install python-pip supervisor
sudo pip install shadowsocks
```
Edit `/etc/supervisord.conf`, add
```
@ -68,8 +75,6 @@ user=nobody
Run
```
sudo yum install python-pip supervisor
sudo pip install shadowsocks
sudo chkconfig --add supervisord
sudo chkconfig supervisord on
service supervisor start