From d629a6f8b2b3e37a98540b5ec043949d2069cb88 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sun, 19 Jun 2022 02:02:08 +0800 Subject: v2raya: Update to 1.5.8.1 1. Switched to use prebuilt web files to get rid of massive Node.js. 2. Increased nofile limitation to avoid "too many open files" error. Signed-off-by: Tianling Shen --- net/v2raya/files/v2raya.init | 1 + 1 file changed, 1 insertion(+) (limited to 'net/v2raya/files/v2raya.init') diff --git a/net/v2raya/files/v2raya.init b/net/v2raya/files/v2raya.init index 5c7a0ece4..a8295b6f4 100755 --- a/net/v2raya/files/v2raya.init +++ b/net/v2raya/files/v2raya.init @@ -53,6 +53,7 @@ start_service() { append_env_bool "config" "log_disable_timestamp" procd_set_param limits core="unlimited" + procd_set_param limits nofile="1000000 1000000" procd_set_param respawn procd_set_param stdout 1 procd_set_param stderr 1 -- cgit v1.2.3