diff --git a/Configure-Shadowsocks-with-Supervisor.md b/Configure-Shadowsocks-with-Supervisor.md index e69b025..cc52ab6 100644 --- a/Configure-Shadowsocks-with-Supervisor.md +++ b/Configure-Shadowsocks-with-Supervisor.md @@ -39,6 +39,13 @@ supervisorctl reload ``` Now it's up. +Control the shadowsocks process: +``` +supervisorctl stop shadowsocks +supervisorctl start shadowsocks +supervisorctl restart shadowsocks +``` + You can check shadowsocks status: ``` supervisorctl status