From: William Hubbs Date: Mon, 27 Jan 2020 21:47:57 +0000 (-0600) Subject: acct-user/prometheus: add prometheus user X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=41baf3efb78347020e3868ff1e4d67e7d9c807b5;p=gentoo.git acct-user/prometheus: add prometheus user Signed-off-by: William Hubbs --- diff --git a/acct-user/prometheus/metadata.xml b/acct-user/prometheus/metadata.xml new file mode 100644 index 000000000000..c36c37139fad --- /dev/null +++ b/acct-user/prometheus/metadata.xml @@ -0,0 +1,8 @@ + + + + + williamh@gentoo.org + William Hubbs + + diff --git a/acct-user/prometheus/prometheus-0.ebuild b/acct-user/prometheus/prometheus-0.ebuild new file mode 100644 index 000000000000..df0a3191d93d --- /dev/null +++ b/acct-user/prometheus/prometheus-0.ebuild @@ -0,0 +1,13 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="user for prometheus" +ACCT_USER_ID=430 +ACCT_USER_GROUPS=( prometheus ) +ACCT_USER_HOME=/var/lib/prometheus + +acct-user_add_deps