Skip to content

Commit

Permalink
graylog: use jre_headless
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Mar 22, 2018
1 parent 55b96a4 commit fa34716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/logging/graylog.nix
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ in
JAVA_HOME = jre;
GRAYLOG_CONF = "${confFile}";
};
path = [ pkgs.openjdk8 pkgs.which pkgs.procps ];
path = [ pkgs.jre_headless pkgs.which pkgs.procps ];
preStart = ''
mkdir -p /var/lib/graylog -m 755
Expand Down

0 comments on commit fa34716

Please sign in to comment.