diff --git a/setup.sh b/setup.sh index 287b310c..64aa809c 100755 --- a/setup.sh +++ b/setup.sh @@ -238,6 +238,7 @@ check_service "GPU Service" "http://localhost:8010/health" check_service "Learning Service" "http://localhost:8010/health" check_service "Agent Coordinator" "http://localhost:8011/health" check_service "Agent Registry" "http://localhost:8012/health" +check_service "OpenClaw Service" "http://localhost:8013/health" check_service "AI Service" "http://localhost:8009/health" check_service "Web UI" "http://localhost:8016/health" @@ -247,7 +248,6 @@ echo "📊 Other Services (8020-8029):" check_service "Modality Optimization" "http://localhost:8023/health" check_service "Explorer" "http://localhost:8022/health" check_service "Multimodal Service" "http://localhost:8020/health" -check_service "OpenClaw Service" "http://localhost:8007/health" # Check blockchain node and RPC echo "" diff --git a/systemd/aitbc-openclaw.service b/systemd/aitbc-openclaw.service index bea2710f..42cd7bb5 100644 --- a/systemd/aitbc-openclaw.service +++ b/systemd/aitbc-openclaw.service @@ -9,7 +9,7 @@ User=debian Group=debian WorkingDirectory=/home/oib/aitbc/apps/coordinator-api Environment=PATH=/usr/bin -ExecStart=/usr/bin/python3 -m uvicorn src.app.routers.openclaw_enhanced_app:app --host 127.0.0.1 --port 8007 +ExecStart=/usr/bin/python3 -m uvicorn src.app.routers.openclaw_enhanced_app:app --host 127.0.0.1 --port 8013 ExecReload=/bin/kill -HUP $MAINPID KillMode=mixed TimeoutStopSec=5