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>
9 lines
433 B
Desktop File
9 lines
433 B
Desktop File
# Triggered by pkgwatch.service's OnFailure=. Covers what the in-process
|
|
# notifier can't: a verification failure, build failure, or network error
|
|
# exits non-zero, and that would otherwise only show up in the journal.
|
|
[Unit]
|
|
Description=Notify that a pkgwatch run failed
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/notify-send --app-name=pkgwatch --urgency=critical "pkgwatch run failed" "See: journalctl --user -u pkgwatch.service"
|