Files
gentoo/dev-db/redict/files/redict-sentinel.confd
Anna (navi) Figueiredo Gomes 2b352f5973 dev-db/redict: new package, add 7.3.0
Based on the redis 7.2.4-r1 ebuild. Without use of a custom
configure.ac, and with aditional patches to make use of system
packages for jemalloc and hiredict.

Closes: https://bugs.gentoo.org/928119
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
Closes: https://github.com/gentoo/gentoo/pull/36176
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
2024-04-23 16:31:23 +02:00

17 lines
487 B
Plaintext

# Redict-sentinel user.
REDICT_SENTINEL_USER="redict"
# Redict-sentinel group.
REDICT_SENTINEL_GROUP="redict"
# Redict-sentinel configuration file.
REDICT_SENTINEL_CONF="/etc/redict/sentinel.conf"
# Redict-sentinel working directory.
REDICT_SENTINEL_DIR="/tmp"
# Specify the network service that corresponds to the "bind" setting
# in your sentinel.conf. For example, if you bind to 127.0.0.1, this should
# be set to "net.lo" which provides the loopback interface.
rc_need="net.lo"