mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
reword bin/system_install help text to be less confusing.
Present OPTIONSFILE search in a way that reads first-match-wins, since that is what actually happens. Resolves: #12145
This commit is contained in:
parent
69ba072ef3
commit
dbf43f9bd9
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ elif [ "$1" == "-h" ] || [ "$1" == "--help" ]; then
|
|||
echo
|
||||
echo "OPTIONSFILE: Full path to a startup.options file"
|
||||
echo "OPTIONSFILE is required if STARTUPTYPE is specified, but otherwise looks first"
|
||||
echo "in $LOGSTASH_HOME/config/startup.options and then /etc/logstash/startup.options"
|
||||
echo "Last match wins"
|
||||
echo "in /etc/logstash/startup.options and then "
|
||||
echo "in $LOGSTASH_HOME/config/startup.options "
|
||||
echo
|
||||
echo "STARTUPTYPE: e.g. sysv, upstart, systemd, etc."
|
||||
echo "OPTIONSFILE is required to specify a STARTUPTYPE."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue