Removed mosquitto from snips

Using standalone mosquitto instead

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2019-11-10 21:04:56 +02:00
parent 32b2a35a05
commit 5ed04fe80b
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
2 changed files with 4 additions and 4 deletions

View file

@ -42,7 +42,7 @@ cd /
#start own mqtt service.
if [ $ENABLE_MQTT == yes ]; then
mosquitto -d
mosquitto -c /etc/mosquitto/mosquitto.conf -d
fi
#start Snips analytics service