From f87ea25b6b257beb853281b4c59d9fbdfb374ebc Mon Sep 17 00:00:00 2001 From: Meo597 <197331664+Meo597@users.noreply.github.com> Date: Thu, 10 Apr 2025 19:58:33 +0800 Subject: [PATCH] respawn period --- init.d/xray | 1 + 1 file changed, 1 insertion(+) diff --git a/init.d/xray b/init.d/xray index 7e1b443..6eecf74 100644 --- a/init.d/xray +++ b/init.d/xray @@ -6,6 +6,7 @@ description="A unified platform for anti-censorship" supervisor=supervise-daemon respawn_delay=2 respawn_max=0 +respawn_period=0 pidfile="/run/${RC_SVCNAME}.pid" rc_ulimit="-n 1024000 -u 1024000"