Skip to content

Commit

Permalink
Add bash to jira PATH: required by health checks.
Browse files Browse the repository at this point in the history
(cherry picked from commit 15e4447)
  • Loading branch information
jbgi authored and Mic92 committed May 15, 2018
1 parent 380d7d0 commit e11b295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/web-apps/atlassian/jira.nix
Expand Up @@ -155,7 +155,7 @@ in
requires = [ "postgresql.service" ];
after = [ "postgresql.service" ];

path = [ cfg.jrePackage ];
path = [ cfg.jrePackage pkgs.bash ];

environment = {
JIRA_USER = cfg.user;
Expand Down

0 comments on commit e11b295

Please sign in to comment.