mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-12 13:42:11 +00:00
Signed-off-by: Gabe Evans <gabe@hashrabbit.co> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11 lines
203 B
Desktop File
11 lines
203 B
Desktop File
[Unit]
|
|
Description=Mosquitto MQTT broker
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/mosquitto -c /etc/mosquitto/mosquitto.conf
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|