- 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]>
20 lines
420 B
Desktop File
20 lines
420 B
Desktop File
[Unit]
|
|
Description=OpenClaw Voice Surface
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=%i
|
|
WorkingDirectory=/home/%i/clawd/tools/voice-surface
|
|
Environment="BIND_HOST=192.168.1.220"
|
|
Environment="PORT=3030"
|
|
Environment="AUTH_TOKEN=CHANGE_ME_TO_SECURE_TOKEN"
|
|
ExecStart=/usr/bin/env bash -lc "pnpm start"
|
|
Restart=on-failure
|
|
RestartSec=10
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|