From fe10eaeef77d7092c680e30ecb31ed25f767a99c Mon Sep 17 00:00:00 2001 From: Jaka Hudoklin Date: Sun, 6 Sep 2015 14:52:36 +0200 Subject: [PATCH] logstash service: fix startup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 77356690fb792d6b38d875d579754c63125079ac) Signed-off-by: Domen Kožar --- nixos/modules/services/logging/logstash.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/logging/logstash.nix b/nixos/modules/services/logging/logstash.nix index 117ee1c900f..aec45d9286d 100644 --- a/nixos/modules/services/logging/logstash.nix +++ b/nixos/modules/services/logging/logstash.nix @@ -132,6 +132,7 @@ in description = "Logstash Daemon"; wantedBy = [ "multi-user.target" ]; environment = { JAVA_HOME = jre; }; + path = [ pkgs.bash ]; serviceConfig = { ExecStart = "${cfg.package}/bin/logstash agent " +