Skip to content

Commit

Permalink
acct-user/redis_exporter: add user redis_exporter (298) for app-metri…
Browse files Browse the repository at this point in the history
…cs/redis_exporter

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Zac Medico <[email protected]>
  • Loading branch information
zmedico committed Apr 1, 2021
1 parent d9e7bbc commit 7bb7e25
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
8 changes: 8 additions & 0 deletions acct-user/redis_exporter/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>[email protected]</email>
<name>Zac Medico</name>
</maintainer>
</pkgmetadata>
14 changes: 14 additions & 0 deletions acct-user/redis_exporter/redis_exporter-0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit acct-user

DESCRIPTION="A user for app-metrics/redis_exporter"

ACCT_USER_HOME=/var/lib/redis_exporter
ACCT_USER_GROUPS=( "redis_exporter" )
ACCT_USER_ID="298"

acct-user_add_deps

0 comments on commit 7bb7e25

Please sign in to comment.