Browse Source

启动文件

heshixin 16 hours ago
parent
commit
ddb8ccc0fd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      startup.sh

+ 2 - 0
startup.sh

@@ -0,0 +1,2 @@
+source /opt/alg/alg_env/bin/activate && \
+nohup python3 main.py  >> /var/log/chillerTemp.log  2>&1 &