gentoo-ebuilds/acct-user/chronograf/chronograf-0-r3.ebuild
Conrad Kostecki 246b764520
acct-user/chronograf: update EAPI 7 -> 8
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2024-03-18 20:47:37 +01:00

13 lines
270 B
Bash

# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit acct-user
DESCRIPTION="User for chronograf"
ACCT_USER_ID=344
ACCT_USER_GROUPS=( chronograf )
ACCT_USER_HOME=/var/lib/chronograf
acct-user_add_deps