logstash service: fix startup

This commit is contained in:
Jaka Hudoklin 2015-09-06 14:52:36 +02:00
parent f364702bb7
commit 77356690fb

View File

@ -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 " +