mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-20 21:23:23 +00:00
The launchd bootstrap already starts the gateway job. The subsequent kickstart -k was killing it immediately after startup, and combined with KeepAlive=true, this caused a port-conflict restart loop where launchd would try to restart while the old instance was still shutting down. Symptoms: 'Bootstrap failed: 5: Input/output error' and repeated 'Gateway failed to start: another gateway instance is already listening' messages in the log.