summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2022-04-05 21:28:22 +0200
committerConrad Kostecki <conikost@gentoo.org>2022-04-05 21:28:22 +0200
commit1e8206e4c9d43ebf65b6c83d0af75391652b35af (patch)
tree6aaacc6b1038080ee46b6a0916d783d68b3db1cf /acct-user/rrdcached/rrdcached-0.ebuild
parentacct-group/rrdcached: initial import (diff)
downloadgentoo-1e8206e4c9d43ebf65b6c83d0af75391652b35af.tar.gz
gentoo-1e8206e4c9d43ebf65b6c83d0af75391652b35af.tar.bz2
gentoo-1e8206e4c9d43ebf65b6c83d0af75391652b35af.zip
acct-user/rrdcached: initial import
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'acct-user/rrdcached/rrdcached-0.ebuild')
-rw-r--r--acct-user/rrdcached/rrdcached-0.ebuild14
1 files changed, 14 insertions, 0 deletions
diff --git a/acct-user/rrdcached/rrdcached-0.ebuild b/acct-user/rrdcached/rrdcached-0.ebuild
new file mode 100644
index 000000000000..1ce6ab3ef294
--- /dev/null
+++ b/acct-user/rrdcached/rrdcached-0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit acct-user
+
+DESCRIPTION="A user for net-analyzer/rrdtool"
+
+ACCT_USER_HOME="/var/lib/rrdcached"
+ACCT_USER_ID="511"
+ACCT_USER_GROUPS=( "rrdcached" )
+
+acct-user_add_deps