run-dispatch_server.sh 109 B

12345
  1. #!/bin/bash
  2. # 监控接口
  3. mkdir -p ./log
  4. nohup ./exe/dispatch_server.exe > ./log/dispatch_server.out 2>&1 &