From 58492597a040289c6632325a85584d994c71c15b Mon Sep 17 00:00:00 2001 From: clowwindy Date: Sun, 15 Jun 2014 11:01:00 -0700 Subject: [PATCH] Updated Configure Shadowsocks with Supervisor (markdown) --- Configure-Shadowsocks-with-Supervisor.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Configure-Shadowsocks-with-Supervisor.md b/Configure-Shadowsocks-with-Supervisor.md index 01b1106..f1b7a6f 100644 --- a/Configure-Shadowsocks-with-Supervisor.md +++ b/Configure-Shadowsocks-with-Supervisor.md @@ -44,13 +44,8 @@ supervisorctl reload ``` Now it's up. -Control the shadowsocks process: -``` -supervisorctl stop shadowsocks -supervisorctl start shadowsocks -``` - -You can check logs: +You can check logs or control the shadowsocks process: ``` supervisorctl tail -f shadowsocks stderr +supervisorctl restart shadowsocks ``` \ No newline at end of file