[Unit] Description=Clawstor nightly GC (orphan-chunk sweep + optional size-cap eviction) Documentation=https://git.redclaw.dev/clawverse/clawstor After=clawstor-cluster.service [Service] Type=oneshot # Default: orphan-chunk sweep only (safe on any node). # For a size-cap fleet, override with a drop-in: # systemctl --user edit clawstor-gc.service # [Service] # ExecStart= # ExecStart=%h/clawstor-deploy/claw-store --config %h/clawstor-deploy/config.toml cluster-gc --evict-to-gb 200 ExecStart=%h/clawstor-deploy/claw-store --config %h/clawstor-deploy/config.toml cluster-gc StandardOutput=journal StandardError=journal [Install] WantedBy=default.target