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