confluence module: needs bash for health checks
This commit is contained in:
parent
fddeacfe4c
commit
edb1ea055e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue