Change logstash job startOn attribute to include networking

This commit is contained in:
Rob Vermaas 2012-09-06 12:31:15 +02:00
parent f701e8d420
commit 27880ed729

View File

@ -141,6 +141,7 @@ in
jobs.logstash = with pkgs; {
description = "Logstash daemon";
startOn = "started networking and filesystem";
path = [ jre ];