Files
gentoo/acct-user/apache_exporter/apache_exporter-0-r1.ebuild
Robin H. Johnson 3c158de878 app-metrics/apache_exporter: new package
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2026-08-09 13:11:55 -07:00

15 lines
290 B
Bash

# Copyright 2019-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit acct-user
DESCRIPTION="User for the apache_exporter prometheus plugin"
KEYWORDS="~amd64 ~x86"
ACCT_USER_ID=-1
ACCT_USER_GROUPS=( apache_exporter )
acct-user_add_deps