holgersson-overlay/acct-user/dendrite/dendrite-0.ebuild
Nils Freydank d8a2c787a4
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>
2023-01-29 21:10:34 +01:00

16 lines
348 B
Bash

# 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"