From 532a864bd2cedafcea050eac4d9ba5b3d3794a4a Mon Sep 17 00:00:00 2001 From: caizixian Date: Sat, 1 Nov 2014 17:56:02 -0700 Subject: [PATCH] Updated Configure Shadowsocks with Supervisor (markdown) --- Configure-Shadowsocks-with-Supervisor.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Configure-Shadowsocks-with-Supervisor.md b/Configure-Shadowsocks-with-Supervisor.md index cd169c7..d587f8b 100644 --- a/Configure-Shadowsocks-with-Supervisor.md +++ b/Configure-Shadowsocks-with-Supervisor.md @@ -56,6 +56,13 @@ supervisorctl restart shadowsocks CentOS ------ +Run + +``` +sudo yum install python-pip supervisor +sudo pip install shadowsocks +``` + Edit `/etc/supervisord.conf`, add ``` @@ -68,8 +75,6 @@ user=nobody Run ``` -sudo yum install python-pip supervisor -sudo pip install shadowsocks sudo chkconfig --add supervisord sudo chkconfig supervisord on service supervisor start