From d6ddf830fe5639abb070ec827c63856f4e35dc57 Mon Sep 17 00:00:00 2001 From: wulabing Date: Sat, 29 Aug 2020 13:12:24 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20v2ray.sh=20=E5=8F=98=E6=9B=B4=20syst?= =?UTF-8?q?emd=20=E7=94=A8=E6=88=B7=E6=94=B9=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- v2ray.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index e218f70..5cf0408 100644 --- a/install.sh +++ b/install.sh @@ -29,7 +29,7 @@ OK="${Green}[OK]${Font}" Error="${Red}[错误]${Font}" # 版本 -shell_version="1.1.5.2" +shell_version="1.1.5.3" shell_mode="None" github_branch="master" version_cmp="/tmp/version_cmp.tmp" diff --git a/v2ray.sh b/v2ray.sh index c0e85c0..6e282b1 100644 --- a/v2ray.sh +++ b/v2ray.sh @@ -389,7 +389,7 @@ Description=V2Ray Service After=network.target nss-lookup.target [Service] -User=nobody +User=root CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE AmbientCapabilities=CAP_NET_ADMIN CAP_NET_BIND_SERVICE NoNewPrivileges=true @@ -406,7 +406,7 @@ Description=V2Ray Service After=network.target nss-lookup.target [Service] -User=nobody +User=root CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE AmbientCapabilities=CAP_NET_ADMIN CAP_NET_BIND_SERVICE NoNewPrivileges=true