Announce when /usr/sbin/mosquitto -c /etc/mosquitto/mosquitto.conf is running.
This is the Avahi equivalent:
<!-- Put this in /etc/avahi/services/mosquitto.service -->
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<service-group>
<name replace-wildcards="yes">Mosquitto MQTT server on %h</name>
<service>
<type>_mqtt._tcp</type>
<port>1883</port>
<txt-record>info=Publish, Publish! Read all about it! mqtt.org</txt-record>
</service>
</service-group>
Announce when
/usr/sbin/mosquitto -c /etc/mosquitto/mosquitto.conf
is running.This is the Avahi equivalent: