summaryrefslogtreecommitdiffstats
path: root/system/kafka
diff options
context:
space:
mode:
author David Spencer <idlemoor@slackbuilds.org>2017-01-29 13:54:27 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-04 07:00:25 +0700
commite842bd3717de257e1b27aaf53e52f152982e5761 (patch)
tree701502fe93edc8d3a0e005a0bfbf6aac5d310893 /system/kafka
parenta719f5ac054d508e123bd8dec721c414d5ea14d5 (diff)
downloadslackbuilds-e842bd3717de257e1b27aaf53e52f152982e5761.tar.gz
slackbuilds-e842bd3717de257e1b27aaf53e52f152982e5761.tar.xz
system/kafka: Put group/user info in README.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/kafka')
-rw-r--r--system/kafka/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/system/kafka/README b/system/kafka/README
index c435258289..4debc23d4c 100644
--- a/system/kafka/README
+++ b/system/kafka/README
@@ -22,3 +22,13 @@ Durable
Distributed by Design
Kafka has a modern cluster-centric design that offers
strong durability and fault-tolerance guarantees.
+
+
+Groupname and username
+
+You must have the 'kafka' group and user to run this script,
+for example:
+
+ groupadd -g 323 kafka
+ useradd -u 323 -g 323 -c "Apache Kafka user" -d /var/lib/kafka \
+ -s /bin/sh kafka