From 7a00f412bbc5c6991df0719029f5b3949d4f9361 Mon Sep 17 00:00:00 2001 From: Austin Schaefer Date: Sun, 20 Sep 2026 09:49:04 +0200 Subject: [PATCH] Check 10s after login instead of 2min Co-Authored-By: Claude Sonnet 5 --- systemd/pkgwatch.timer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systemd/pkgwatch.timer b/systemd/pkgwatch.timer index c8f436f..486afc3 100644 --- a/systemd/pkgwatch.timer +++ b/systemd/pkgwatch.timer @@ -1,12 +1,12 @@ # 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 -# shortly after login instead of waiting up to an hour for the next tick. +# 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=2min +OnStartupSec=10s OnCalendar=hourly RandomizedDelaySec=5min Persistent=false