mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
While redict is meant to be a drop-in replacement for redis, it can run independetly of it or any other fork, with it's own paths for configs and state. And while all current forks are backwards compatible, they're not guaranteed to be forward compatible, while could lead to unexpected behaviour. Different users and groups for each fork minimize the space for data corruption. Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev> Bug: https://bugs.gentoo.org/928119 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
12 lines
230 B
Bash
12 lines
230 B
Bash
# Copyright 2019-2024 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
inherit acct-user
|
|
|
|
DESCRIPTION="Redict program user"
|
|
ACCT_USER_ID=538
|
|
ACCT_USER_GROUPS=( redict )
|
|
acct-user_add_deps
|