diff --git a/acct-user/postgres/metadata.xml b/acct-user/postgres/metadata.xml new file mode 100644 index 0000000000000..d6136db4ad3b6 --- /dev/null +++ b/acct-user/postgres/metadata.xml @@ -0,0 +1,8 @@ + + + + + pgsql-bugs@gentoo.org + PostgreSQL and Related Package Development + + diff --git a/acct-user/postgres/postgres-0.ebuild b/acct-user/postgres/postgres-0.ebuild new file mode 100644 index 0000000000000..e420798667c50 --- /dev/null +++ b/acct-user/postgres/postgres-0.ebuild @@ -0,0 +1,15 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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"