Updated Configure Shadowsocks with Supervisor (markdown)
parent
05c70f7f99
commit
1ba9408951
1 changed files with 1 additions and 5 deletions
|
@ -17,7 +17,7 @@ Run
|
||||||
```
|
```
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install python-pip python-m2crypto python-gevent supervisor
|
apt-get install python-pip python-m2crypto python-gevent supervisor
|
||||||
pip install shadowsocks superlance
|
pip install shadowsocks
|
||||||
```
|
```
|
||||||
|
|
||||||
Edit `/etc/supervisor/conf.d/shadowsocks.conf`
|
Edit `/etc/supervisor/conf.d/shadowsocks.conf`
|
||||||
|
@ -27,10 +27,6 @@ Edit `/etc/supervisor/conf.d/shadowsocks.conf`
|
||||||
command=ssserver -c /etc/shadowsocks.json
|
command=ssserver -c /etc/shadowsocks.json
|
||||||
autorestart=true
|
autorestart=true
|
||||||
user=nobody
|
user=nobody
|
||||||
|
|
||||||
[eventlistener:crashmail]
|
|
||||||
command=/usr/local/bin/crashmail -a -m your@email.com
|
|
||||||
events=PROCESS_STATE
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Run
|
Run
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue