Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

line 397 ExecStart=/usr/local/bin/v2ray -config /etc/v2ray/config.json #84

Open
freshbug opened this issue Mar 1, 2023 · 6 comments
Open

Comments

@freshbug
Copy link

freshbug commented Mar 1, 2023

v2ray5.1 以后 启动命令改变
应修改为:
ExecStart=/usr/local/bin/v2ray run -config /etc/v2ray/config.json

@AntiMoron
Copy link
Contributor

修复很久了,你更新下自己的版本 https://github.com/wulabing/V2Ray_ws-tls_bash_onekey/pull/48/files

@freshbug
Copy link
Author

修复很久了,你更新下自己的版本 https://github.com/wulabing/V2Ray_ws-tls_bash_onekey/pull/48/files

dev版本vless模式没有修复

@Sworddust
Copy link

v2ray5.1 以后 启动命令改变 应修改为: ExecStart=/usr/local/bin/v2ray run -config /etc/v2ray/config.json

找了半天的答案,在这里解决了我的问题,感谢

@maike2019
Copy link

我用脚本搭建 Vmess+websocket+TLS+Nginx+Website 就可以正常使用,但同一台VPS搭建VLESS+websocket+TLS+Nginx+Website就无法使用。 自己折腾了三四个小时,反复重装。才发现问题处在这里。按照楼主的方法和#94 的主题。在vps /etc/systemd/system 文件夹中找到 v2ray.service, 用记事本打开,将 ExecStart=/usr/local/bin/v2ray -config /etc/v2ray/config.json 更改为 ExecStart=/usr/local/bin/v2ray run -c /etc/v2ray/config.json , 重启之后,搭建的VLESS+websocket+TLS+Nginx+Website 就可以正常使用了。希望作者早日在一键脚本中修复它

@maike2019
Copy link

修复很久了,你更新下自己的版本 https://github.com/wulabing/V2Ray_ws-tls_bash_onekey/pull/48/files
我只会装好后再自己手动修改。请问自己又如何更新脚本呢?

@AntiMoron
Copy link
Contributor

AntiMoron commented Mar 14, 2024

@maike2019 自己当年咋装的,删了重装一遍行不行?另外安装的时候那个bash脚本,直接本地下载了一个install.sh,bash install.sh 第一个选项就是升级脚本啊。这种问题自己要找出路的。

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants