Add bash to jira PATH: required by health checks.

This commit is contained in:
Jean-Baptiste Giraudeau
2018-04-17 16:44:04 +02:00
parent 5b3c2b189b
commit 15e44477b3
@@ -155,7 +155,7 @@ in
requires = [ "postgresql.service" ];
after = [ "postgresql.service" ];
path = [ cfg.jrePackage ];
path = [ cfg.jrePackage pkgs.bash ];
environment = {
JIRA_USER = cfg.user;