You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mosquitto/service/systemd/mosquitto.service.simple

10 lines
151 B
Plaintext

[Unit]
Description=Mosquitto MQTT v3.1/v3.1.1 Broker
[Service]
ExecStart=/usr/sbin/mosquitto
Restart=on-failure
[Install]
WantedBy=multi-user.target