Build with clawstor cache / Cargo build (clawstor-cached) (pull_request) Failing after 3s
03:15 local, Persistent=true. Runs ahead of the 03:30 GC so operators see the stale-fingerprint report before eviction lands. Environment= drives the Gitea URL; token expected in a drop-in (clawstor-ref-sweep.service.d/token.conf) so it doesn't sit in the unit file. README + install recipe updated.
15 lines
393 B
SYSTEMD
15 lines
393 B
SYSTEMD
[Unit]
|
|
Description=Nightly Clawstor ref-tracking sweep
|
|
Documentation=https://git.redclaw.dev/clawverse/clawstor
|
|
|
|
[Timer]
|
|
# 03:15 local — ahead of GC 03:30 so operators see the stale set
|
|
# before eviction lands. Both jobs are read-mostly; ordering is a
|
|
# UX-not-safety consideration.
|
|
OnCalendar=*-*-* 03:15:00
|
|
Persistent=true
|
|
Unit=clawstor-ref-sweep.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|