From 7081aa77cc17894030bf3114e1d3d1c03be0835e Mon Sep 17 00:00:00 2001 From: hotyue <52734432+hotyue@users.noreply.github.com> Date: Wed, 22 Apr 2026 12:42:04 +0000 Subject: [PATCH] =?UTF-8?q?fix(core):=20=E5=BA=9F=E9=99=A4=20OnBootSec=20?= =?UTF-8?q?=E7=9B=B8=E5=AF=B9=E5=BC=80=E6=9C=BA=E6=97=B6=E9=97=B4=EF=BC=8C?= =?UTF-8?q?=E6=94=B9=E7=94=A8=E9=AB=98=E5=85=BC=E5=AE=B9=E6=80=A7=E7=9A=84?= =?UTF-8?q?=20OnActiveSec=EF=BC=8C=E5=BD=BB=E5=BA=95=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E8=80=81=E5=86=85=E6=A0=B8=E7=B3=BB=E7=BB=9F=E4=B8=8B=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E5=B7=A1=E9=80=BB=E7=98=AB=E7=97=AA=E7=9A=84=20Bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/install.sh b/core/install.sh index 460c17c..120edac 100755 --- a/core/install.sh +++ b/core/install.sh @@ -665,7 +665,7 @@ EOF [Unit] Description=Timer for IP-Sentinel Runner Service [Timer] -OnBootSec=10 +OnActiveSec=10s OnUnitActiveSec=30min RandomizedDelaySec=180 Persistent=true