Add systemd timer and desktop notifications #3
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue