fix bin path
This commit is contained in:
parent
2b72667401
commit
80c01cf396
@ -12,7 +12,7 @@ Type=forking
|
|||||||
RemainAfterExit=no
|
RemainAfterExit=no
|
||||||
StartLimitInterval=0
|
StartLimitInterval=0
|
||||||
PIDFile={{ mosquitto_pid_file }}
|
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
|
ExecReload=/bin/kill -HUP $MAINPID
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
RestartSec=2
|
RestartSec=2
|
||||||
|
Loading…
Reference in New Issue
Block a user