Fix systemd compatibility: use StartLimitInterval instead of StartLimitIntervalSec for older systemd versions
All checks were successful
Systemd Sync / sync-systemd (push) Successful in 12s

This commit is contained in:
aitbc
2026-04-28 20:29:27 +02:00
parent d5758f2cc5
commit 723070db5c
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ TimeoutStopSec=10
Restart=always
RestartSec=5
StartLimitBurst=5
StartLimitIntervalSec=60
StartLimitInterval=60
# Production logging
StandardOutput=journal

View File

@@ -19,7 +19,7 @@ ExecStart=/opt/aitbc/venv/bin/python /opt/aitbc/apps/monitor/monitor.py
Restart=always
RestartSec=5
StartLimitBurst=5
StartLimitIntervalSec=60
StartLimitInterval=60
# Production logging
StandardOutput=journal