commit:     1ab87f3c98037caada46a90bb84eb1d7feaabded
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 16 16:18:34 2020 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Wed Sep 16 16:19:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ab87f3c

acct-user/netdata: Set home to /var/empty

Closes: https://bugs.gentoo.org/742896
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 acct-user/netdata/netdata-1.ebuild | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/acct-user/netdata/netdata-1.ebuild 
b/acct-user/netdata/netdata-1.ebuild
new file mode 100644
index 00000000000..0d66b49653c
--- /dev/null
+++ b/acct-user/netdata/netdata-1.ebuild
@@ -0,0 +1,13 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="user for netdata"
+ACCT_USER_ID=290
+ACCT_USER_GROUPS=( netdata )
+ACCT_USER_HOME=/var/empty
+
+acct-user_add_deps

Reply via email to