Fix logstash indexer upstart conf.

A line which should've been a comment in the upstart config for
logstash-indexers lost its '#' make it not a comment and a syntax error.
Make this line a comment again.

Change-Id: Idc4853db68a3ae25bea6ebee80f047cc087457ac
This commit is contained in:
Clark Boylan 2014-02-27 11:06:52 -08:00
parent 5855850235
commit 104adbc825
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
logstash - indexer instance
# logstash - indexer instance
#
# Adapted from http://cookbook.logstash.net/recipes/using-upstart/