From 7110bd44043cec97eff675bedacc33f8ff681d12 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Tue, 4 Feb 2014 02:48:34 -0800 Subject: [PATCH] Updated Configure Shadowsocks with Supervisor (markdown) --- Configure-Shadowsocks-with-Supervisor.md | 7 +++++++ 1 file changed, 7 insertions(+) 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