[Unit] Description=Clawstor read-only integrity scrub (BLAKE3 verify every chunk) Documentation=https://git.redclaw.dev/clawverse/clawstor After=clawstor-cluster.service network-online.target [Service] Type=oneshot # Retarget via `systemctl --user edit clawstor-scrub.service`. ExecStart=%h/clawstor-deploy/claw-store --config %h/clawstor-deploy/config.toml cluster-scrub StandardOutput=journal StandardError=journal # Best-effort: an integrity failure surfaces as an exit code (the # CLI bails on chunks_corrupt + chunks_missing > 0). systemd will # mark the unit failed; the journal captures the details. [Install] WantedBy=default.target