Fixed systemd files (corrected tool paths).

This commit is contained in:
Martin Preuss
2023-10-06 18:07:08 +02:00
parent 0fc18c1da1
commit f26c78a5e9
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ Wants=aqhome-data.service
[Service]
Type=exec
RemainAfterExit=no
ExecStart=/usr/local/bin/aqhome-mqttlog -p /var/run/aqhome-mqttlog.pid -T 0
ExecStart=/usr/local/sbin/aqhome-mqttlog -p /var/run/aqhome-mqttlog.pid -T 0
[Install]
WantedBy=multi-user.target

View File

@@ -6,7 +6,7 @@ Wants=aqhome-data.service
[Service]
Type=exec
RemainAfterExit=no
ExecStart=/usr/local/bin/aqhome-nodes -p /var/run/aqhome-nodes.pid -db /var/cache/aqhome-nodes/aqhome-nodes.db -l /var/log/aqhome-nodes.log
ExecStart=/usr/local/sbin/aqhome-nodes -p /var/run/aqhome-nodes.pid -db /var/cache/aqhome-nodes/aqhome-nodes.db -l /var/log/aqhome-nodes.log
[Install]
WantedBy=multi-user.target