Updated Configure Shadowsocks with Supervisor (markdown)

clowwindy 2014-05-24 03:44:38 -07:00
parent 9957039fa7
commit b4c8c4d69c

@ -46,10 +46,9 @@ Control the shadowsocks process:
``` ```
supervisorctl stop shadowsocks supervisorctl stop shadowsocks
supervisorctl start shadowsocks supervisorctl start shadowsocks
supervisorctl restart shadowsocks
``` ```
You can check logs: You can check logs:
``` ```
supervisorctl tail shadowsocks supervisorctl tail -f shadowsocks stderr
``` ```