# Once a day, jittered ±30 min so the stores never see us on a fixed clock.
# Persistent=true catches up after the laptop was asleep at the scheduled time.
[Unit]
Description=Daily car-parts-comparator canary

[Timer]
OnCalendar=*-*-* 09:30
RandomizedDelaySec=30m
Persistent=true

[Install]
WantedBy=timers.target
