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 ```