confluence module: needs bash for health checks

wip/yesman
Robin Gloster 7 years ago
parent fddeacfe4c
commit edb1ea055e
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882
  1. 2
      nixos/modules/services/web-apps/atlassian/confluence.nix

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

Loading…
Cancel
Save