added systemd service files. added conf example file.

This commit is contained in:
Martin Preuss
2023-10-06 12:37:19 +02:00
parent 7f1c66cbe6
commit 7fb4e8b577
6 changed files with 29 additions and 14 deletions

View File

@@ -6,7 +6,7 @@ Wants=aqhome-mqttlog.service
[Service]
Type=exec
RemainAfterExit=no
ExecStart=/usr/local/bin/aqhome-mqttlog -ma 192.168.117.192 -mp 1883 -W /var/cache/aqhome/mqttlog -i /usr/local/etc/mqttlog.conf -p /var/run/aqhome-mqttlog.pid -T 0
ExecStart=/usr/local/bin/aqhome-mqttlog -p /var/run/aqhome-mqttlog.pid -T 0
[Install]
WantedBy=multi-user.target