From 5909f81aaabe4d15c625a7af2790a30f699ea879 Mon Sep 17 00:00:00 2001 From: wulabing Date: Sat, 27 Jan 2018 11:24:02 +0800 Subject: [PATCH] V2.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复 cron 依赖问题(主要发生在 Centos 7 模板上) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6398eb0..d947bde 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ bash install.sh | tee v2log.txt ``` ## 启动方式 -启动 V2ray:`systemctl start nginx` +启动 V2ray:`systemctl start v2ray` -启动 Nginx:`systemctl start v2ray` +启动 Nginx:`systemctl start nginx` (其他的应该不用我多说了吧 嘿嘿嘿)