From 173521d7c07a19bd649866f959cbe1d1f8d1e3ff Mon Sep 17 00:00:00 2001 From: wzxjohn Date: Sun, 2 Nov 2014 05:27:35 -0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E7=94=A8=20Supervisor=20=E8=BF=90?= =?UTF-8?q?=E8=A1=8C=20Shadowsocks=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 用-Supervisor-运行-Shadowsocks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/用-Supervisor-运行-Shadowsocks.md b/用-Supervisor-运行-Shadowsocks.md index f9e090f..2c0bc98 100644 --- a/用-Supervisor-运行-Shadowsocks.md +++ b/用-Supervisor-运行-Shadowsocks.md @@ -81,7 +81,7 @@ user=nobody ``` sudo chkconfig --add supervisord sudo chkconfig supervisord on -service supervisor start +service supervisord start supervisorctl reload ```