@@ -1,4 +1,4 @@
#!/bin/bash
# 监控接口
-go run ./exe/web_server.exe
+nohup ./exe/web_server.exe > log/web_server.out 2>&1 &