pkgwatch/systemd/pkgwatch.timer

13 lines
292 B
SYSTEMD
Raw Normal View History

# Periodic, not persistent (see docs/SPEC.md > Vision): a missed run while
# the machine was off just gets caught by the next tick, no catch-up burst.
[Unit]
Description=Run pkgwatch hourly
[Timer]
OnCalendar=hourly
RandomizedDelaySec=5min
Persistent=false
[Install]
WantedBy=timers.target