# commonmeta-import.timer — run commonmeta-import.service every hour.
#
# sudo systemctl daemon-reload
# sudo systemctl enable --now commonmeta-import.timer
# sudo systemctl list-timers commonmeta-import.timer
[Unit]
Description=Hourly commonmeta cache import
[Timer]
OnCalendar=hourly
# Catch up a run missed while the machine was off.
Persistent=true
[Install]
WantedBy=timers.target