支持上线UCloud 管理

This commit is contained in:
2024-05-08 14:26:33 +08:00
parent c5e34df2a4
commit 41c992665b
18 changed files with 66 additions and 5 deletions
+3 -2
View File
@@ -1,6 +1,7 @@
#!/bin/sh
echo "start nats-server"
/usr/bin/nats-server -p 6000 -a 127.0.0.1 &
echo "start ssh"
service ssh start
echo "start scheduler"
/yuzhen_iot/service_manage/manage/app/scheduler
echo "yuzhen exit!"