From dae3541847d671a1ab9a8d6c73f6ea969f85e091 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 5 Mar 2015 11:00:35 -0800 Subject: [PATCH] Start logstash indexer service after networking We need networking to be up before the indexer service starts or it dies a quiet death. Change-Id: Ic32196c59f8c418c9a29ccdd35706f2d4c87eb67 --- files/logstash-indexer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/logstash-indexer.conf b/files/logstash-indexer.conf index 84dd380..bd12ea1 100644 --- a/files/logstash-indexer.conf +++ b/files/logstash-indexer.conf @@ -4,7 +4,7 @@ description "logstash indexer instance" -start on virtual-filesystems +start on (virtual-filesystems and started networking) stop on runlevel [06] # Respawn it if the process exits