mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 09:37:02 +00:00
Fix service paths (#393)
* service: fix ExecStart path for pre-built packages Signed-off-by: James Hillyerd <james@hillyerd.com> * packaging: fix goreleaser and service paths --------- Signed-off-by: James Hillyerd <james@hillyerd.com>
This commit is contained in:
@@ -73,7 +73,7 @@ nfpms:
|
||||
license: MIT
|
||||
contents:
|
||||
- src: "ui/dist/**"
|
||||
dst: "/usr/local/share/inbucket/ui"
|
||||
dst: "/usr/share/inbucket/ui"
|
||||
- src: "etc/linux/inbucket.service"
|
||||
dst: "/lib/systemd/system/inbucket.service"
|
||||
type: config|noreplace
|
||||
|
||||
Reference in New Issue
Block a user