# Daily trigger for the testnot mirror refresh. sandod-backup-fetch runs at # 04:00 UTC; we refresh at 05:00 UTC to leave headroom for the fetch to land. # # Place at /etc/systemd/system/mnw-testnot-refresh.timer on the Sando host. # Enable: systemctl enable --now mnw-testnot-refresh.timer [Unit] Description=MNW: daily testnot staging-mirror refresh [Timer] OnCalendar=*-*-* 05:00:00 UTC # If the box was off when the timer fired, run on next boot. Persistent=true Unit=mnw-testnot-refresh.service [Install] WantedBy=timers.target