Skip to content

Commit

Permalink
Revert "Trying to keep logstash open"
Browse files Browse the repository at this point in the history
This reverts commit db2d3b7.
  • Loading branch information
MohamedBassem committed Feb 10, 2015
1 parent db2d3b7 commit 03a0959
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 1.4/base/bin/boot
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ function logstash_start_agent() {
local config_dir="$LOGSTASH_CONFIG_DIR"
local log_file="$LOGSTASH_LOG_FILE"

$LOGSTASH_BINARY" \
agent \
--config "$config_dir" \
--log "$log_file
exec "$LOGSTASH_BINARY" \
agent \
--config "$config_dir" \
--log "$log_file"
}

function main() {
Expand Down

0 comments on commit 03a0959

Please sign in to comment.