From 3ccbfa357eac1a38884587f50f031aa0f55f9b82 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Tue, 4 Nov 2014 21:17:07 -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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/用-Supervisor-运行-Shadowsocks.md b/用-Supervisor-运行-Shadowsocks.md index 2c0bc98..049e4ae 100644 --- a/用-Supervisor-运行-Shadowsocks.md +++ b/用-Supervisor-运行-Shadowsocks.md @@ -64,8 +64,9 @@ CentOS 运行 ``` -sudo yum install python-pip supervisor -sudo pip install shadowsocks +yum install python-setuptools supervisor +easy_install pip +pip install shadowsocks ``` 编辑 `/etc/supervisord.conf`, 添加