mosquitto/service/systemd/mosquitto.service.simple
Tomas Novotny fe93138197 Add default config path to systemd services. (#139)
Config file is installed by default, so I would expect that it will be used by
the systemd service. Add argument for the configuration to the services.

Signed-off-by: Tomas Novotny <novotny@rehivetech.com>
2016-04-19 22:38:44 +01:00

10 lines
184 B
Plaintext

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