mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-20 10:21:19 +00:00
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>
20 lines
535 B
Text
20 lines
535 B
Text
# Redict user.
|
|
REDICT_USER="redict"
|
|
|
|
# Redict group.
|
|
REDICT_GROUP="redict"
|
|
|
|
# Redict configuration file.
|
|
REDICT_CONF="/etc/redict/redict.conf"
|
|
|
|
# Redict dump directory.
|
|
REDICT_DIR="/var/lib/redict"
|
|
|
|
# Redict options.
|
|
# (Redict expects the first argument to be the configuration file.)
|
|
REDICT_OPTS="${REDICT_CONF}"
|
|
|
|
# Specify the network service that corresponds to the "bind" setting
|
|
# in your redict.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"
|