From dc5560f8fdcc9d0039214a36d1887fc3b19ff4c3 Mon Sep 17 00:00:00 2001 From: hotyue <52734432+hotyue@users.noreply.github.com> Date: Sun, 26 Apr 2026 09:23:44 +0000 Subject: [PATCH] =?UTF-8?q?fix(core):=20=E9=87=8D=E6=9E=84=20Systemd=20?= =?UTF-8?q?=E5=AE=9A=E6=97=B6=E5=99=A8=E8=B0=83=E5=BA=A6=E9=80=BB=E8=BE=91?= =?UTF-8?q?=EF=BC=8C=E5=89=A5=E7=A6=BB=20OnActiveSec=20=E8=A7=A6=E5=8F=91?= =?UTF-8?q?=E5=99=A8=E5=B9=B6=E5=BC=BA=E5=88=B6=E4=BD=BF=E7=94=A8=E6=97=A5?= =?UTF-8?q?=E5=8E=86=E5=8D=8A=E7=82=B9=E9=94=9A=E5=AE=9A=EF=BC=8C=E5=BD=BB?= =?UTF-8?q?=E5=BA=95=E6=A0=B9=E9=99=A4=20OTA=20=E9=87=8D=E8=BD=BD=E5=BC=95?= =?UTF-8?q?=E5=8F=91=E7=9A=84=E5=B9=B6=E5=8F=91=E9=A3=8E=E6=9A=B4=E4=B8=8E?= =?UTF-8?q?=E8=AF=AF=E5=8F=91=E6=97=A5=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/install.sh b/core/install.sh index 009082e..9b339e4 100755 --- a/core/install.sh +++ b/core/install.sh @@ -692,8 +692,8 @@ EOF [Unit] Description=Timer for IP-Sentinel Runner Service [Timer] -OnActiveSec=10s -OnUnitActiveSec=30min +# [修复] 彻底剔除 OnActiveSec=10s,改用严格的日历整点/半点匹配,杜绝 OTA 瞬间的并发走火! +OnCalendar=*:00/30 RandomizedDelaySec=180 Persistent=true Unit=ip-sentinel-runner.service