From 96b887c0e090fe43bff48f1dcbe84745c3b95127 Mon Sep 17 00:00:00 2001 From: caizixian Date: Sat, 1 Nov 2014 17:57:21 -0700 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 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/用-Supervisor-运行-Shadowsocks.md b/用-Supervisor-运行-Shadowsocks.md index 6af0c9b..f9e090f 100644 --- a/用-Supervisor-运行-Shadowsocks.md +++ b/用-Supervisor-运行-Shadowsocks.md @@ -61,6 +61,12 @@ Debian CentOS ------ +运行 + +``` +sudo yum install python-pip supervisor +sudo pip install shadowsocks +``` 编辑 `/etc/supervisord.conf`, 添加 ``` @@ -73,8 +79,6 @@ user=nobody 运行 ``` -sudo yum install python-pip supervisor -sudo pip install shadowsocks sudo chkconfig --add supervisord sudo chkconfig supervisord on service supervisor start