From fd6e9a46ff4082ebc000fdeb1e8e94e5478057fd Mon Sep 17 00:00:00 2001 From: clowwindy Date: Tue, 1 Jul 2014 12:42:52 -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 | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/用-Supervisor-运行-Shadowsocks.md b/用-Supervisor-运行-Shadowsocks.md index 6b063ab..84aeaff 100644 --- a/用-Supervisor-运行-Shadowsocks.md +++ b/用-Supervisor-运行-Shadowsocks.md @@ -2,8 +2,8 @@ 它可以方便地监控和控制任何程序,实现开机自动启动和后台运行。 下面是 Debian 和 Ubuntu 上的配置方法(如果你是 Linux 新手, -不需要 SELinux,也不了解防火墙配置,也弄不清楚 RHEL 和 -CentOS 的版本机制,那就用 Debian 或 Ubuntu 吧,别折腾了): +不需要 [SELinux],也不了解[防火墙配置],也弄不清楚 RHEL 和 +CentOS 的[版本机制],那就用 Debian 或 Ubuntu 吧,别折腾了): - 1. 执行 ``` @@ -62,4 +62,8 @@ supervisorctl reload 如果修改了 Supervisor 的配置文件 `/etc/supervisor/*`, 可以更新 supervisor 配置: - supervisorctl update \ No newline at end of file + supervisorctl update + +[SELinux]: http://wiki.centos.org/HowTos/SELinux +[防火墙配置]: https://github.com/clowwindy/shadowsocks/issues/133 +[版本机制]: http://wiki.centos.org/FAQ/General#head-6e2c3746ec45ac3142917466760321e868f43c0e \ No newline at end of file