mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
acct-user/kafka: add kafka user
Bug: https://bugs.gentoo.org/show_bug.cgi?id=710128 Signed-off-by: William Hubbs <williamh@gentoo.org>
This commit is contained in:
committed by
William Hubbs
parent
e7bd3fdd2c
commit
ec4ecfd38f
15
acct-user/kafka/kafka-0.ebuild
Normal file
15
acct-user/kafka/kafka-0.ebuild
Normal file
@@ -0,0 +1,15 @@
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit acct-user
|
||||
|
||||
DESCRIPTION="User for kafka"
|
||||
|
||||
ACCT_USER_ID=425
|
||||
ACCT_USER_HOME=/var/lib/kafka
|
||||
ACCT_USER_SHELL=/bin/sh
|
||||
ACCT_USER_GROUPS=( kafka )
|
||||
|
||||
acct-user_add_deps
|
||||
8
acct-user/kafka/metadata.xml
Normal file
8
acct-user/kafka/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>williamh@gentoo.org</email>
|
||||
<name>William Hubbs</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user