mirror of
https://gitlab.sectorq.eu/jaydee/mqtt_srv.git
synced 2025-12-14 10:34:53 +01:00
added v3
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
THIS_HOST=`uname -n`
|
||||
case $1 in
|
||||
"start")
|
||||
echo lala2 >> /tmp/mqtt_srv.log
|
||||
echo "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 &
|
||||
|
||||
Reference in New Issue
Block a user