logstash service: fix startup

wip/yesman
Jaka Hudoklin 9 years ago
parent f364702bb7
commit 77356690fb
  1. 1
      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 " +

Loading…
Cancel
Save