From: Aaron W. Swenson Date: Sat, 29 Feb 2020 12:17:57 +0000 (-0500) Subject: acct-user/postgres: Add 'postgres' user (UID 70) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=442ea86317094f9f1c1f44f84f9d51e034f734b3;p=gentoo.git acct-user/postgres: Add 'postgres' user (UID 70) Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Aaron W. Swenson --- diff --git a/acct-user/postgres/metadata.xml b/acct-user/postgres/metadata.xml new file mode 100644 index 000000000000..d6136db4ad3b --- /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 000000000000..e420798667c5 --- /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"