Fix pid paths in systemd unit.

This commit is contained in:
Roger Light
2021-04-26 21:53:18 +01:00
parent b4c86df6f5
commit be78a26fe8
3 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
check process mosquitto with pidfile /var/run/mosquitto.pid
check process mosquitto with pidfile /run/mosquitto.pid
start = "/etc/init.d/mosquitto start"
stop = "/etc/init.d/mosquitto stop"