Add bash to jira PATH: required by health checks.

wip/yesman
Jean-Baptiste Giraudeau 7 years ago committed by Jean-Baptiste Giraudeau
parent 5b3c2b189b
commit 15e44477b3
No known key found for this signature in database
GPG Key ID: A52188C6A8396FDB
  1. 2
      nixos/modules/services/web-apps/atlassian/jira.nix

@ -155,7 +155,7 @@ in
requires = [ "postgresql.service" ];
after = [ "postgresql.service" ];
path = [ cfg.jrePackage ];
path = [ cfg.jrePackage pkgs.bash ];
environment = {
JIRA_USER = cfg.user;

Loading…
Cancel
Save