Skip to content

Commit

Permalink
Merge pull request #4 from thin-edge/fix-systemd-timer-packaging
Browse files Browse the repository at this point in the history
fix: packaging error caused the systemd timer definition to be excluded
  • Loading branch information
reubenmiller authored Dec 4, 2023
2 parents 8cbb89f + 33673f7 commit bf8a07c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nfpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ description: thin-edge.io inventory scripts
vendor: thin-edge.io
homepage: https://github.com/thin-edge/tedge-inventory-plugin
license: Apache License 2.0
disable_globbing: false
depends:
- tedge
apk:
Expand All @@ -28,7 +29,7 @@ contents:
mode: 0755

# service definitions
- src: ./src/services/systemd/tedge-inventory.*
- src: ./src/services/systemd/*
dst: /lib/systemd/system/
file_info:
mode: 0644
Expand All @@ -40,7 +41,7 @@ contents:
mode: 0755
packager: deb

- src: ./src/services/systemd/tedge-inventory.*
- src: ./src/services/systemd/*
dst: /lib/systemd/system/
file_info:
mode: 0644
Expand Down

0 comments on commit bf8a07c

Please sign in to comment.