15 lines
296 B
SYSTEMD
15 lines
296 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Archipelago container reconciliation (periodic)
|
||
|
|
|
||
|
|
[Timer]
|
||
|
|
# First run 10 minutes after boot, then every 6 hours
|
||
|
|
OnBootSec=10min
|
||
|
|
OnUnitActiveSec=6h
|
||
|
|
# Jitter to avoid load spikes
|
||
|
|
RandomizedDelaySec=300
|
||
|
|
# Run missed checks on boot
|
||
|
|
Persistent=true
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=timers.target
|