From 133b409d6cee68bce696236f04cc2660a025ddc4 Mon Sep 17 00:00:00 2001
From: xyj <10908227994@qq.com>
Date: Wed, 24 Jan 2024 17:52:44 +0800
Subject: [PATCH] update
---
.idea/{xumu_iot.iml => agri_xumu.iml} | 0
.idea/workspace.xml | 18 +++++-------------
conf/common/mqtt.conf | 2 +-
conf/common/push_stream.conf | 2 +-
4 files changed, 7 insertions(+), 15 deletions(-)
rename .idea/{xumu_iot.iml => agri_xumu.iml} (100%)
diff --git a/.idea/xumu_iot.iml b/.idea/agri_xumu.iml
similarity index 100%
rename from .idea/xumu_iot.iml
rename to .idea/agri_xumu.iml
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index b902db5..176e976 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,15 +4,7 @@
-
-
-
-
-
-
-
-
-
+
@@ -70,7 +62,7 @@
-
+
@@ -91,7 +83,7 @@
-
+
@@ -112,7 +104,7 @@
-
+
@@ -133,7 +125,7 @@
-
+
diff --git a/conf/common/mqtt.conf b/conf/common/mqtt.conf
index d285214..246103d 100644
--- a/conf/common/mqtt.conf
+++ b/conf/common/mqtt.conf
@@ -1,5 +1,5 @@
[program:__mqtt__]
-directory=/home/pi/xumu_iot
+directory=/home/pi/agri_xumu
command=/usr/bin/python MQTT.py
user=pi
autostart=true
diff --git a/conf/common/push_stream.conf b/conf/common/push_stream.conf
index 78c3fb2..2cf5ed5 100644
--- a/conf/common/push_stream.conf
+++ b/conf/common/push_stream.conf
@@ -1,5 +1,5 @@
[program:push_stream]
-directory=/home/pi/lot_manager/bash
+directory=/home/pi/agri_xumu/bash
command=/usr/bin/bash stream.sh
user=pi
autostart=true