# Daily trigger for the topology drift check. # # Place at /etc/systemd/system/sando-config-drift.timer on the Sando host. # Enable: systemctl enable --now sando-config-drift.timer # # 05:00 UTC, an hour after the backup fetch, so the two never contend for the # same wakeup and their logs stay easy to read apart. [Unit] Description=Sando: daily topology drift check [Timer] OnCalendar=*-*-* 05:00:00 UTC # If the box was off when the timer fired, run on next boot. Drift is a standing # condition rather than a moment, so a late run is still the right answer. Persistent=true Unit=sando-config-drift.service [Install] WantedBy=timers.target