update
This commit is contained in:
parent
b77441e11b
commit
574cc4e2c6
2
MQTT.py
2
MQTT.py
|
@ -3,7 +3,7 @@ import time
|
|||
|
||||
import paho.mqtt.client as mqtt
|
||||
|
||||
from tool import push_stream, close_stream, update, exec_sh, get_record, get_list_record, get_status
|
||||
from src.tool import push_stream, close_stream, update, exec_sh, get_record, get_list_record, get_status
|
||||
|
||||
import os
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,5 +1,5 @@
|
|||
[program:data_upload]
|
||||
directory=/home/pi/lot_manager
|
||||
directory=/home/pi/lot_manager/src
|
||||
command=/usr/bin/python ceshi.py
|
||||
user=pi
|
||||
;是否随开机自启 或者reload自启动
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[program:record]
|
||||
directory=/home/pi/lot_manager
|
||||
directory=/home/pi/lot_manager/src
|
||||
command=/usr/bin/bash record.sh
|
||||
user=pi
|
||||
;是否随开机自启 或者reload自启动
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[program:sensor_to_local]
|
||||
directory=/home/pi/lot_manager
|
||||
directory=/home/pi/lot_manager/src
|
||||
command=/usr/bin/python sensor_to_local.py
|
||||
user=pi
|
||||
;是否随开机自启 或者reload自启动
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[program:sensor_to_server]
|
||||
directory=/home/pi/lot_manager
|
||||
directory=/home/pi/lot_manager/src
|
||||
command=/usr/bin/python sensor_to_server.py
|
||||
user=pi
|
||||
;是否随开机自启 或者reload自启动
|
||||
|
|
Loading…
Reference in New Issue