fix bin path

This commit is contained in:
Robert Kaussow 2017-12-16 22:16:35 +01:00
parent 2b72667401
commit 80c01cf396
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Type=forking
RemainAfterExit=no
StartLimitInterval=0
PIDFile={{ mosquitto_pid_file }}
ExecStart=/bin/sh -c "/usr/local/sbin/mosquitto -c /etc/mosquitto/mosquitto.conf -d"
ExecStart=/bin/sh -c "/sbin/mosquitto -c /etc/mosquitto/mosquitto.conf -d"
ExecReload=/bin/kill -HUP $MAINPID
Restart=on-failure
RestartSec=2