13 lines
292 B
SYSTEMD
13 lines
292 B
SYSTEMD
|
|
# Periodic, not persistent (see docs/SPEC.md > Vision): a missed run while
|
||
|
|
# the machine was off just gets caught by the next tick, no catch-up burst.
|
||
|
|
[Unit]
|
||
|
|
Description=Run pkgwatch hourly
|
||
|
|
|
||
|
|
[Timer]
|
||
|
|
OnCalendar=hourly
|
||
|
|
RandomizedDelaySec=5min
|
||
|
|
Persistent=false
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=timers.target
|