Skip to content

fix: wrong systemd bin path

Marco requested to merge Marco98/vaultbot:fix-systemd-path into next

the packages generated by nfpms will place the binary in /usr/bin/

however the systemd-service-file which is also packaged via nfpms will reference the binary in /usr/local/bin

this will result in the following error when trying to use the package with systemd as intended Failed at step EXEC spawning /usr/local/bin/vaultbot: No such file or directory

Merge request reports

Loading