diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2023-06-24 21:14:59 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2023-06-24 21:14:59 +0200 |
commit | dc5605224f7afd8567d5abafe6a10441989ffcf6 (patch) | |
tree | 4500c0834f488c882539295481f9f829ef5ab90b /acct-user/pleroma | |
parent | mix.eclass: New eclass, used by www-apps/pleroma (diff) | |
download | guru-dc5605224f7afd8567d5abafe6a10441989ffcf6.tar.gz guru-dc5605224f7afd8567d5abafe6a10441989ffcf6.tar.bz2 guru-dc5605224f7afd8567d5abafe6a10441989ffcf6.zip |
acct-{user,group}/pleroma: add 0
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Diffstat (limited to 'acct-user/pleroma')
-rw-r--r-- | acct-user/pleroma/pleroma-0.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/acct-user/pleroma/pleroma-0.ebuild b/acct-user/pleroma/pleroma-0.ebuild new file mode 100644 index 000000000..f85c189cb --- /dev/null +++ b/acct-user/pleroma/pleroma-0.ebuild @@ -0,0 +1,14 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="User for www-apps/pleroma" + +ACCT_USER_ID=-1 +ACCT_USER_HOME="/opt/pleroma" +ACCT_USER_GROUPS=( pleroma postgres ) + +acct-user_add_deps |