Add high-reliability 30s auto-sync configuration (Systemd Timer)

This commit is contained in:
2025-12-27 22:29:15 +11:00
parent f253b8678f
commit aebd9934e5
5 changed files with 211 additions and 80 deletions

View File

@@ -0,0 +1,10 @@
[Unit]
Description=Run auto-sync every 30 seconds
[Timer]
OnBootSec=1min
OnUnitActiveSec=30s
Unit=web-page-performance-test-sync.service
[Install]
WantedBy=timers.target