Update mosquitto.service.tpl

pull/463/head
midoks 2 years ago
parent 6a28e72273
commit 0c48e0fcbb
  1. 4
      plugins/mosquitto/init.d/mosquitto.service.tpl

@ -1,10 +1,10 @@
[Unit]
Description=Redis In-Memory Data Store
Description=Mosquitto MQTT Broker
After=network.target
[Service]
Type=forking
ExecStart={$SERVER_PATH}/redis/bin/redis-server {$SERVER_PATH}/redis/redis.conf
ExecStart={$SERVER_PATH}/mosquitto/bin/mosquitto {$SERVER_PATH}/mosquitto/etc/mosquitto/mosquitto.conf
ExecReload=/bin/kill -USR2 $MAINPID
Restart=on-failure

Loading…
Cancel
Save