remove "agent" words

since “agent” is not valid argument now, remove them to be consistent.

Fixes #5083
This commit is contained in:
CSJ 2016-04-12 16:01:09 +08:00 committed by Suyog Rao
parent 2bc82a4590
commit b90b0e2191
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@
# Set a home directory
#LS_HOME=/var/lib/logstash
# Arguments to pass to logstash agent
# Arguments to pass to logstash
#LS_OPTS=""
# Arguments to pass to java

View file

@ -1,7 +1,7 @@
# logstash - agent instance
# logstash instance
#
description "logstash agent"
description "logstash"
start on virtual-filesystems
stop on runlevel [06]