Update kafka-init

The KAFKA_USER variable was listed twice. It seemed to cause an issue with kafka when first starting up. After updating the issue went away.
keyword-vs-text-changes
rlarabee 2018-02-19 22:11:05 -06:00 committed by GitHub
parent d623246f4c
commit d1d88f85a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ fi
KAFKA_HOME=/opt/helk/kafka/kafka_2.11-1.0.0
KAFKA_USER=root
KAFKA_USER=root
KAFKA_GROUP=root
KAFKA_NICE=18
SERVICE_NAME="kafka"
SERVICE_DESCRIPTION="kafka"