gentoo/acct-user/postgres/postgres-0-r3.ebuild
Conrad Kostecki 10c4342bf2
acct-user/postgres: update EAPI 7 -> 8
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2024-03-18 20:48:29 +01:00

16 lines
329 B
Bash

# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit acct-user
DESCRIPTION="PostgreSQL program user"
ACCT_USER_ID=70
ACCT_USER_GROUPS=( postgres )
ACCT_USER_HOME=/var/lib/postgresql
ACCT_USER_HOME_PERMS=0700
ACCT_USER_SHELL=/bin/sh
acct-user_add_deps
SLOT="0"