morphit/ops/systemd/morphit-apt-monitor.timer

16 lines
483 B
SYSTEMD

[Unit]
Description=Morphit apt monitor timer — daily pending-updates count
Documentation=https://git.agorise.net/agorise/morphit
Requires=morphit-apt-monitor.service
[Timer]
# Daily at 05:00 UTC + 2h random delay. Larger spread than
# other timers because apt-get update hits archive.ubuntu.com
# which throttles aggressive concurrent fetches.
OnCalendar=*-*-* 05:00:00 UTC
RandomizedDelaySec=2h
Persistent=true
Unit=morphit-apt-monitor.service
[Install]
WantedBy=timers.target