Browse Source

启动文件

heshixin 16 giờ trước cách đây
mục cha
commit
ddb8ccc0fd
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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 &