Updated Configure Shadowsocks with Supervisor (markdown)
parent
171040da3f
commit
532a864bd2
1 changed files with 7 additions and 2 deletions
|
@ -56,6 +56,13 @@ supervisorctl restart shadowsocks
|
||||||
CentOS
|
CentOS
|
||||||
------
|
------
|
||||||
|
|
||||||
|
Run
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo yum install python-pip supervisor
|
||||||
|
sudo pip install shadowsocks
|
||||||
|
```
|
||||||
|
|
||||||
Edit `/etc/supervisord.conf`, add
|
Edit `/etc/supervisord.conf`, add
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -68,8 +75,6 @@ user=nobody
|
||||||
Run
|
Run
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo yum install python-pip supervisor
|
|
||||||
sudo pip install shadowsocks
|
|
||||||
sudo chkconfig --add supervisord
|
sudo chkconfig --add supervisord
|
||||||
sudo chkconfig supervisord on
|
sudo chkconfig supervisord on
|
||||||
service supervisor start
|
service supervisor start
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue