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:
parent
6239dc5f2c
commit
dae3541847
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user