pkgwatch/systemd/pkgwatch.timer
Austin Schaefer b373881c86 Add systemd timer and desktop notifications
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>
2026-09-20 09:45:26 +02:00

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