#!/bin/bash # 监控接口 mkdir -p ./log rm -rf ./log/dispatch_server* nohup ./deploy/exe/dispatch_server.exe > ./log/dispatch_server.out 2>&1 &