forked from mirrors/nixpkgs
Change logstash job startOn attribute to include networking
This commit is contained in:
parent
f701e8d420
commit
27880ed729
|
@ -141,6 +141,7 @@ in
|
|||
|
||||
jobs.logstash = with pkgs; {
|
||||
description = "Logstash daemon";
|
||||
startOn = "started networking and filesystem";
|
||||
|
||||
path = [ jre ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue