From 5027f3f9f9c2352bfbac3a97a83673c97ee0d8fa Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Giraudeau Date: Mon, 4 Dec 2017 15:52:38 +0100 Subject: [PATCH] Add bash to jira PATH: required by health checks. --- nixos/modules/services/web-apps/atlassian/jira.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/web-apps/atlassian/jira.nix b/nixos/modules/services/web-apps/atlassian/jira.nix index 81ee8154326..13c5951524d 100644 --- a/nixos/modules/services/web-apps/atlassian/jira.nix +++ b/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;