pkgwatch/systemd/pkgwatch.timer
Austin Schaefer 7a00f412bb Check 10s after login instead of 2min
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-20 09:49:04 +02:00

15 lines
492 B
SYSTEMD

# Periodic, not persistent (see docs/SPEC.md > Vision): 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
# right after login (10s, so the session bus and network are up) instead of waiting up to an hour for the next tick.
[Unit]
Description=Run pkgwatch hourly
[Timer]
OnStartupSec=10s
OnCalendar=hourly
RandomizedDelaySec=5min
Persistent=false
[Install]
WantedBy=timers.target