Add bash to jira PATH: required by health checks.

This commit is contained in:
Jean-Baptiste Giraudeau 2017-12-04 15:52:38 +01:00 committed by Jean-Baptiste Giraudeau
parent 5b3c2b189b
commit 15e44477b3
No known key found for this signature in database
GPG Key ID: A52188C6A8396FDB

View File

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