From 1d86a549d9ace49da784d33c9d1b8952aad6925a Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Mon, 7 Dec 2020 16:56:24 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=96=87=E6=A1=A3):=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- documents/common_commands.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/documents/common_commands.md b/documents/common_commands.md index c725b4f..67dda01 100644 --- a/documents/common_commands.md +++ b/documents/common_commands.md @@ -10,8 +10,10 @@ vasma ``` # xray systemctl restart xray + # v2ray systemctl restart v2ray + # trojan-go systemctl restart trojan-go ``` @@ -20,8 +22,10 @@ systemctl restart trojan-go ```` # xray systemctl start xray + # v2ray systemctl start v2ray + # trojan-go systemctl start trojan-go ```` @@ -30,8 +34,10 @@ systemctl start trojan-go ``` # xray systemctl stop xray + # v2ray systemctl stop v2ray + # trojan-go systemctl stop trojan-go ```