[Unit] Description=OpenFUT STAGING: periodic anchor-namespace reconcile Documentation=file:///home/alex/OpenFUT/scripts/systemd/README.md [Timer] # 10s cadence. Container recreation is rare and already an outage; converging # within ~10s is ample, and a level-triggered check at this rate costs one # `docker inspect` plus two readlinks. OnBootSec=15s OnUnitInactiveSec=10s AccuracySec=1s # Not Persistent=: there is nothing to catch up on. The check is stateless and # the next tick after boot is authoritative. [Install] WantedBy=timers.target