Merge pull request #176 from WGH-/fix-systemd-unit-path

Install systemd unit to /usr/lib
This commit is contained in:
Christoph Petrausch
2025-11-16 11:51:55 +01:00
committed by GitHub

View File

@@ -84,7 +84,7 @@ nfpms:
dst: /etc/mqtt2prometheus/config.yaml
type: config
- src: ./systemd/mqtt2prometheus.service
dst: /etc/systemd/system/mqtt2prometheus.service
dst: /usr/lib/systemd/system/mqtt2prometheus.service
type: config
- src: ./systemd/mqtt2prometheus
dst: /etc/default/mqtt2prometheus