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 1572aa9e05
commit 4624d9269f
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