You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
但是systemctl start v2ray后服务没有运行起来,通过systemctl status v2ray看到退出了,输出如下:
[root@monster-B450M-DS3H monster]# systemctl status v2ray
● v2ray.service - V2Ray Service
Loaded: loaded (/etc/systemd/system/v2ray.service; disabled; vendor preset: disabled)
Drop-In: /etc/systemd/system/v2ray.service.d
└─10-donot_touch_single_conf.conf
Active: failed (Result: exit-code) since Sat 2021-06-26 12:13:34 CST; 5s ago
Docs: https://www.v2fly.org/
Process: 7069 ExecStart=/usr/local/bin/v2ray -config /usr/local/etc/v2ray/config.json (code=exited, status=2)
Main PID: 7069 (code=exited, status=2)
Jun 26 12:13:34 monster-B450M-DS3H.lan systemd[1]: v2ray.service: Service RestartSec=100ms expired, scheduling restart.
Jun 26 12:13:34 monster-B450M-DS3H.lan systemd[1]: v2ray.service: Scheduled restart job, restart counter is at 5.
Jun 26 12:13:34 monster-B450M-DS3H.lan systemd[1]: Stopped V2Ray Service.
Jun 26 12:13:34 monster-B450M-DS3H.lan systemd[1]: v2ray.service: Start request repeated too quickly.
Jun 26 12:13:34 monster-B450M-DS3H.lan systemd[1]: v2ray.service: Failed with result 'exit-code'.
Jun 26 12:13:34 monster-B450M-DS3H.lan systemd[1]: Failed to start V2Ray Service.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
[root@monster-B450M-DS3H monster]# systemctl status v2ray
● v2ray.service - V2Ray Service
Loaded: loaded (/etc/systemd/system/v2ray.service; disabled; vendor preset: disabled)
Drop-In: /etc/systemd/system/v2ray.service.d
└─10-donot_touch_single_conf.conf
Active: failed (Result: exit-code) since Sat 2021-06-26 12:13:34 CST; 5s ago
Docs: https://www.v2fly.org/
Process: 7069 ExecStart=/usr/local/bin/v2ray -config /usr/local/etc/v2ray/config.json (code=exited, status=2)
Main PID: 7069 (code=exited, status=2)
Jun 26 12:13:34 monster-B450M-DS3H.lan systemd[1]: v2ray.service: Service RestartSec=100ms expired, scheduling restart.
Jun 26 12:13:34 monster-B450M-DS3H.lan systemd[1]: v2ray.service: Scheduled restart job, restart counter is at 5.
Jun 26 12:13:34 monster-B450M-DS3H.lan systemd[1]: Stopped V2Ray Service.
Jun 26 12:13:34 monster-B450M-DS3H.lan systemd[1]: v2ray.service: Start request repeated too quickly.
Jun 26 12:13:34 monster-B450M-DS3H.lan systemd[1]: v2ray.service: Failed with result 'exit-code'.
Jun 26 12:13:34 monster-B450M-DS3H.lan systemd[1]: Failed to start V2Ray Service.
问题已经解决,使用service v2ray start即可
Beta Was this translation helpful? Give feedback.
All reactions