mirror of
https://github.com/hikhvar/mqtt2prometheus.git
synced 2026-02-14 09:59:52 +00:00
Install systemd unit to /usr/lib
Package provided systemd units go in /usr/lib/, not in /etc. See man systemd.unit, section "UNIT FILE LOAD PATH".
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user