From 1f86b68e709b434d0c09fdd106ce2af27427b46e Mon Sep 17 00:00:00 2001 From: clowwindy Date: Sun, 22 Jun 2014 22:46:28 -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 | 1 + 1 file changed, 1 insertion(+) diff --git a/用-Supervisor-运行-Shadowsocks.md b/用-Supervisor-运行-Shadowsocks.md index d04c08d..703846f 100644 --- a/用-Supervisor-运行-Shadowsocks.md +++ b/用-Supervisor-运行-Shadowsocks.md @@ -30,6 +30,7 @@ command=ssserver -c /etc/shadowsocks.json autorestart=true user=nobody ``` +如果端口 < 1024,把上面的 user=nobody 改成 user=root。 在 `/etc/default/supervisor` 最后加一行: