[Bug 283856] net/v2ray

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 05 Jan 2025 10:26:42 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283856

--- Comment #1 from andrew <karamelichkin@gmail.com> ---
--- net/v2ray/files/v2ray.in.origin     2025-01-05 13:24:12.378306000 +0300
+++ net/v2ray/files/v2ray.in    2025-01-05 13:25:46.805965000 +0300
@@ -31,7 +31,7 @@
 pidfile="/var/run/$name.pid"
 procname="%%PREFIX%%/bin/$name"
 command="/usr/sbin/daemon"
-command_args="-c -p ${pidfile} /usr/bin/env ${asset_env} ${v2ray_env}
${procname} -config ${v2ray_config}"
+command_args="-c -p ${pidfile} /usr/bin/env ${asset_env} ${v2ray_env}
${procname} run -config ${v2ray_config}"
 required_files="${v2ray_config}"

 start_precmd="v2ray_startprecmd"

-- 
You are receiving this mail because:
You are the assignee for the bug.