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
ered the following issue that the port is occupied no matter what port I provide, it always throws such error.
and I looked deeper into the issue and found that it's irrelevant to the port.
it's because the service is not up due to wrong command might be because of the v2ray command changed a lot.
in the service v2ray.service the command doesn't work any ExecStart=/usr/bin/v2ray/v2ray -config /etc/v2ray/config.json
by looking into the user manual of v2ray, to startup v2ray, the command should be like the following to use subcommand instead of v2ray itself.
ExecStart=/usr/bin/v2ray/v2ray run -config /etc/v2ray/config.json
ered the following issue that the port is occupied no matter what port I provide, it always throws such error.
and I looked deeper into the issue and found that it's irrelevant to the port.
it's because the service is not up due to wrong command might be because of the v2ray command changed a lot.
in the service v2ray.service the command doesn't work any ExecStart=/usr/bin/v2ray/v2ray -config /etc/v2ray/config.json
by looking into the user manual of v2ray, to startup v2ray, the command should be like the following to use subcommand instead of v2ray itself.
ExecStart=/usr/bin/v2ray/v2ray run -config /etc/v2ray/config.json
The text was updated successfully, but these errors were encountered: