mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 23:08:09 -07: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>
17 lines
487 B
Plaintext
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"
|