2026-03-28 11:31:48 +00:00
|
|
|
[Unit]
|
|
|
|
|
Description=Archipelago container doctor (periodic)
|
|
|
|
|
|
|
|
|
|
[Timer]
|
2026-04-30 16:29:56 -04:00
|
|
|
# First run 2 minutes after boot, then every 5 minutes. The doctor is
|
|
|
|
|
# idempotent and exits quickly when no drift exists; this keeps vanished
|
|
|
|
|
# rootless port listeners and stopped containers from remaining broken.
|
|
|
|
|
OnBootSec=2min
|
|
|
|
|
OnUnitActiveSec=5min
|
2026-03-28 11:31:48 +00:00
|
|
|
# Jitter to avoid load spikes
|
|
|
|
|
RandomizedDelaySec=60
|
|
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=timers.target
|