Add systemd timer and desktop notifications #3

Merged
schaefera merged 6 commits from worktree-add-systemd-timer into master 2026-09-20 08:02:07 +00:00
Showing only changes of commit 071cf27f72 - Show all commits

View file

@ -1,9 +1,12 @@
# Periodic, not persistent (see docs/SPEC.md > Vision): a missed run while # Periodic, not persistent (see docs/SPEC.md > Vision): no catch-up burst
# the machine was off just gets caught by the next tick, no catch-up burst. # for missed ticks. The laptop is only on while logged in, so the user
# manager starting (= login) is what matters: OnStartupSec runs a check
# shortly after login instead of waiting up to an hour for the next tick.
[Unit] [Unit]
Description=Run pkgwatch hourly Description=Run pkgwatch hourly
[Timer] [Timer]
OnStartupSec=2min
OnCalendar=hourly OnCalendar=hourly
RandomizedDelaySec=5min RandomizedDelaySec=5min
Persistent=false Persistent=false