This commit is contained in:
2025-05-13 09:23:08 +02:00
parent 61cad82864
commit 7d65175a1c

View File

@@ -2,7 +2,7 @@
THIS_HOST=`uname -n`
case $1 in
"start")
echo "Starting service" >> /tmp/mqtt_srv.log
echo "`date` : Starting service" >> /tmp/mqtt_srv.log
if [ "$THIS_HOST" == "nas" ]
then
/share/Data/__GITLAB/mqtt_srv/venv/bin/python3 /share/Data/__GITLAB/mqtt_srv/mqtt_srv.py > /dev/null 2>&1 &