Hourly user-level pkgwatch.timer/.service, an OnFailure= notifier, and a notifier module that sends notify-send alerts when a tier 4-6 release is queued for review or a tier 1-3 release is published. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
12 lines
292 B
SYSTEMD
12 lines
292 B
SYSTEMD
# 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
|