mirror of https://github.com/wulabing/Xray_onekey
parent
1dd88cc29b
commit
d6ddf830fe
|
@ -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"
|
||||
|
|
4
v2ray.sh
4
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
|
||||
|
|
Loading…
Reference in New Issue