logstash service: fix startup
(cherry picked from commit 77356690fb
)
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
ade993815a
commit
fe10eaeef7
|
@ -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…
Reference in New Issue
Block a user