mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-05-21 12:24:29 +02:00
9 lines
178 B
Text
9 lines
178 B
Text
description "Mosquitto MQTTv3.1 broker"
|
|
author "Roger Light <roger@atchoo.org>"
|
|
|
|
start on net-device-up
|
|
|
|
respawn
|
|
|
|
exec /usr/local/sbin/mosquitto -c /etc/mosquitto/mosquitto.conf
|