[Unit] Description=Clawstor daily snapshot rotation (create today + prune > N days) Documentation=https://git.redclaw.dev/clawverse/clawstor After=clawstor-cluster.service [Service] Type=oneshot Environment=RETAIN_DAYS=30 ExecStart=%h/clawstor-deploy/scripts/rotate-snapshots.sh StandardOutput=journal StandardError=journal [Install] WantedBy=default.target