Updated Configure Shadowsocks with Supervisor (markdown)

clowwindy 2014-06-15 11:01:00 -07:00
parent 9559adbb83
commit 58492597a0

@ -44,13 +44,8 @@ supervisorctl reload
``` ```
Now it's up. Now it's up.
Control the shadowsocks process: You can check logs or control the shadowsocks process:
```
supervisorctl stop shadowsocks
supervisorctl start shadowsocks
```
You can check logs:
``` ```
supervisorctl tail -f shadowsocks stderr supervisorctl tail -f shadowsocks stderr
supervisorctl restart shadowsocks
``` ```