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
This commit is contained in:
Clark Boylan 2015-03-05 11:00:35 -08:00
parent 6239dc5f2c
commit dae3541847
1 changed files with 1 additions and 1 deletions

View File

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