fix(openclaw-bridge): add 'gateway --port 18789' subcommand to openclaw supervisord entry

Without a subcommand the CLI prints help and exits (status 1), causing
supervisord to restart it in a loop and the OC gateway to never start.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
hailin 2026-03-08 07:07:39 -07:00
parent a47e894d4b
commit 72825d5526
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ pidfile=/tmp/supervisord.pid
; OpenClaw gateway process
[program:openclaw]
command=node /app/openclaw/dist/index.js
command=node /app/openclaw/dist/index.js gateway --port 18789
directory=/app/openclaw
autostart=true
autorestart=true