mirror of
https://github.com/hotyue/IP-Sentinel.git
synced 2026-09-05 15:39:16 +08:00
fix(core): 废除 OnBootSec 相对开机时间,改用高兼容性的 OnActiveSec,彻底修复老内核系统下自动巡逻瘫痪的 Bug
This commit is contained in:
+1
-1
@@ -665,7 +665,7 @@ EOF
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Timer for IP-Sentinel Runner Service
|
Description=Timer for IP-Sentinel Runner Service
|
||||||
[Timer]
|
[Timer]
|
||||||
OnBootSec=10
|
OnActiveSec=10s
|
||||||
OnUnitActiveSec=30min
|
OnUnitActiveSec=30min
|
||||||
RandomizedDelaySec=180
|
RandomizedDelaySec=180
|
||||||
Persistent=true
|
Persistent=true
|
||||||
|
|||||||
Reference in New Issue
Block a user