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:
parent
a47e894d4b
commit
72825d5526
|
|
@ -14,7 +14,7 @@ pidfile=/tmp/supervisord.pid
|
||||||
|
|
||||||
; OpenClaw gateway process
|
; OpenClaw gateway process
|
||||||
[program:openclaw]
|
[program:openclaw]
|
||||||
command=node /app/openclaw/dist/index.js
|
command=node /app/openclaw/dist/index.js gateway --port 18789
|
||||||
directory=/app/openclaw
|
directory=/app/openclaw
|
||||||
autostart=true
|
autostart=true
|
||||||
autorestart=true
|
autorestart=true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue