Files
openclaw/tools/model-dashboard/model-dashboard.service
Clawd BotandClaude Opus 4.6 ca9b510922 chore: align with upstream openclaw/openclaw and overlay local additions
- Reset master to upstream/main (16,697 commits)
- Overlay 2,271 local-only files (skills, tools, workspace, configs, apps)
- Restore IDENTITY.md and USER.md templates
- Build verified, gateway running, Discord working

Co-Authored-By: Claude Opus 4.6 <[email protected]>
2026-03-03 07:40:46 +01:00

21 lines
502 B
Desktop File

[Unit]
Description=OpenClaw Model Dashboard
After=network.target
[Service]
Type=simple
User=alex
WorkingDirectory=/home/alex/clawd/tools/model-dashboard
Environment="NODE_ENV=production"
Environment="BIND_HOST=127.0.0.1"
Environment="PORT=3031"
Environment="OPENCLAW_DIR=/home/alex/.openclaw"
ExecStart=/usr/bin/pnpm start
Restart=on-failure
RestartSec=10
StandardOutput=append:/var/log/model-dashboard.log
StandardError=append:/var/log/model-dashboard.error.log
[Install]
WantedBy=multi-user.target