瀏覽代碼

启动文件

heshixin 16 小時之前
父節點
當前提交
ddb8ccc0fd
共有 1 個文件被更改,包括 2 次插入0 次删除
  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 &