#!/bin/bash echo "restarting MQTT" systemctl stop mqtt sleep 2 systemctl start mqtt sleep 5 journalctl -u mqtt -n 100 --no-pager