diff options
author | William Hubbs <william.hubbs@sony.com> | 2020-01-27 15:47:57 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2020-01-27 15:48:57 -0600 |
commit | 41baf3efb78347020e3868ff1e4d67e7d9c807b5 (patch) | |
tree | 05f0cad56f98f7d529ef8fffbb3d135996798318 /acct-user/prometheus | |
parent | acct-group/prometheus: add prometheus group (diff) | |
download | gentoo-41baf3efb78347020e3868ff1e4d67e7d9c807b5.tar.gz gentoo-41baf3efb78347020e3868ff1e4d67e7d9c807b5.tar.bz2 gentoo-41baf3efb78347020e3868ff1e4d67e7d9c807b5.zip |
acct-user/prometheus: add prometheus user
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'acct-user/prometheus')
-rw-r--r-- | acct-user/prometheus/metadata.xml | 8 | ||||
-rw-r--r-- | acct-user/prometheus/prometheus-0.ebuild | 13 |
2 files changed, 21 insertions, 0 deletions
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 @@ +<?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> 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 |