[Unit] Description=Clawstor dashboard HTTP server (legacy + dashboard-v2) Documentation=https://git.redclaw.dev/clawverse/clawstor After=network-online.target clawstor-cluster.service Wants=clawstor-cluster.service [Service] Type=simple # Serves: # / → legacy dashboard (from --static-dir) # /v2/* → dashboard-v2 SPA (from --v2-static-dir) # /api/* → legacy REST # /api/v2/* → v2 REST # Retarget via `systemctl --user edit clawstor-dashboard.service`. ExecStart=%h/clawstor-deploy/claw-store --config %h/clawstor-deploy/config.toml serve --port 7700 --v2-static-dir %h/clawstor-deploy/dashboard-v2 Restart=on-failure RestartSec=5 [Install] WantedBy=default.target