diff --git a/bot_bottle/backend/firecracker/infra_vm.py b/bot_bottle/backend/firecracker/infra_vm.py index 8c7e52c..d4d642a 100644 --- a/bot_bottle/backend/firecracker/infra_vm.py +++ b/bot_bottle/backend/firecracker/infra_vm.py @@ -433,7 +433,7 @@ BOT_BOTTLE_ROOT=/var/lib/bot-bottle python3 -m bot_bottle.orchestrator \\ BOT_BOTTLE_GATEWAY_DAEMONS=egress,git-http,supervise \\ BOT_BOTTLE_ORCHESTRATOR_URL=http://127.0.0.1:{CONTROL_PLANE_PORT} \\ SUPERVISE_DB_PATH=/var/lib/bot-bottle/db/bot-bottle.db \\ - python3 /app/gateway_init.py & + python3 -m bot_bottle.gateway_init & # Reap as PID 1; children are backgrounded, so `wait` blocks. while : ; do wait ; done