mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
remove "agent" words
since “agent” is not valid argument now, remove them to be consistent. Fixes #5083
This commit is contained in:
parent
2bc82a4590
commit
b90b0e2191
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# logstash - agent instance
|
||||
# logstash instance
|
||||
#
|
||||
|
||||
description "logstash agent"
|
||||
description "logstash"
|
||||
|
||||
start on virtual-filesystems
|
||||
stop on runlevel [06]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue