acct-user/dendrite: Add system user for net-matrix/dendrite

This package was copied and adopted from “antons-matrix-overlay”:
- upstream's repo:   https://gitlab.com/anton.molyboha.group/gentoo/overlays/matrix
- github.com mirror: https://github.com/gentoo-mirror/antons-matrix-overlay

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2023-01-29 21:10:34 +01:00
parent 230780ad0a
commit d8a2c787a4
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# Copyright 2020-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
inherit acct-user
DESCRIPTION="User for matrix homerserver dendrite"
ACCT_USER_ID=-1
ACCT_USER_GROUPS=( dendrite )
ACCT_USER_HOME=/var/lib/dendrite
ACCT_USER_HOME_PERMS=0700
ACCT_USER_SHELL=/sbin/nologin
acct-user_add_deps
SLOT="0"

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<name>Nils Freydank</name>
<email>holgersson@posteo.de</email>
</maintainer>
</pkgmetadata>