Skip to content

Commit befccd7

Browse files
authored
Merge pull request #176 from WGH-/fix-systemd-unit-path
Install systemd unit to /usr/lib
2 parents cc82a38 + 83e6979 commit befccd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ nfpms:
8484
dst: /etc/mqtt2prometheus/config.yaml
8585
type: config
8686
- src: ./systemd/mqtt2prometheus.service
87-
dst: /etc/systemd/system/mqtt2prometheus.service
87+
dst: /usr/lib/systemd/system/mqtt2prometheus.service
8888
type: config
8989
- src: ./systemd/mqtt2prometheus
9090
dst: /etc/default/mqtt2prometheus

0 commit comments

Comments
 (0)