From 1ba94089518795a89eb46075d7dcfb54f9e5e6bc Mon Sep 17 00:00:00 2001 From: clowwindy Date: Sat, 17 May 2014 00:51:27 -0700 Subject: [PATCH] Updated Configure Shadowsocks with Supervisor (markdown) --- Configure-Shadowsocks-with-Supervisor.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Configure-Shadowsocks-with-Supervisor.md b/Configure-Shadowsocks-with-Supervisor.md index cc52ab6..56b5dad 100644 --- a/Configure-Shadowsocks-with-Supervisor.md +++ b/Configure-Shadowsocks-with-Supervisor.md @@ -17,7 +17,7 @@ Run ``` apt-get update apt-get install python-pip python-m2crypto python-gevent supervisor -pip install shadowsocks superlance +pip install shadowsocks ``` Edit `/etc/supervisor/conf.d/shadowsocks.conf` @@ -27,10 +27,6 @@ Edit `/etc/supervisor/conf.d/shadowsocks.conf` command=ssserver -c /etc/shadowsocks.json autorestart=true user=nobody - -[eventlistener:crashmail] -command=/usr/local/bin/crashmail -a -m your@email.com -events=PROCESS_STATE ``` Run