Updated 用 Supervisor 运行 Shadowsocks (markdown)
parent
532a864bd2
commit
96b887c0e0
1 changed files with 6 additions and 2 deletions
|
@ -61,6 +61,12 @@ Debian
|
||||||
CentOS
|
CentOS
|
||||||
------
|
------
|
||||||
|
|
||||||
|
运行
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo yum install python-pip supervisor
|
||||||
|
sudo pip install shadowsocks
|
||||||
|
```
|
||||||
编辑 `/etc/supervisord.conf`, 添加
|
编辑 `/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 --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