v2ray v5.1.0 升级异常 

v2ray v5.1.0 命令行格式变更
升级core会导致无法正常工作

处理方式1:
rm -rf /etc/systemd/system/v2ray.service.d/10-donot_touch_single_conf.conf
systemctl daemon-reload
systemctl restart v2ray

处理方式2:
vi /etc/systemd/system/v2ray.service.d/10-donot_touch_single_conf.conf
ExecStart=/usr/local/bin/v2ray -config /usr/local/etc/v2ray/config.json
改为 ExecStart=/usr/local/bin/v2ray run -config /usr/local/etc/v2ray/config.json
systemctl daemon-reload
systemctl restart v2ray

处理方式3:
切回上个版本:
bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh) --version v4.45.2

——via GitHub @ wenge110110

#v2ray