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