From b4c8c4d69cb83d907188ca6e647f7c934b1e5854 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Sat, 24 May 2014 03:44:38 -0700 Subject: [PATCH] Updated Configure Shadowsocks with Supervisor (markdown) --- Configure-Shadowsocks-with-Supervisor.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Configure-Shadowsocks-with-Supervisor.md b/Configure-Shadowsocks-with-Supervisor.md index d58f1c3..ce1eaec 100644 --- a/Configure-Shadowsocks-with-Supervisor.md +++ b/Configure-Shadowsocks-with-Supervisor.md @@ -46,10 +46,9 @@ Control the shadowsocks process: ``` supervisorctl stop shadowsocks supervisorctl start shadowsocks -supervisorctl restart shadowsocks ``` You can check logs: ``` -supervisorctl tail shadowsocks +supervisorctl tail -f shadowsocks stderr ``` \ No newline at end of file