#!/bin/bash cd /root/.openclaw/workspace/city-manual/backend exec gunicorn --workers 3 --bind 0.0.0.0:8000 city_manual.wsgi:application