summaryrefslogtreecommitdiff
path: root/dev-db/redis/files/redis-sentinel.confd-r1
diff options
context:
space:
mode:
authorTomáš Mózes <hydrapolic@gmail.com>2021-02-04 21:31:26 +0000
committerThomas Deutschmann <whissi@gentoo.org>2021-02-04 23:25:33 +0100
commitf9abb428531c961ec01d02379cd1e83a04a6d06a (patch)
tree2d34b59c4c2e524103a2c08dbf47822854ee9714 /dev-db/redis/files/redis-sentinel.confd-r1
parent01f99d6eb4c04da49f3446794854e3deafeca7d4 (diff)
downloadgentoo-f9abb428531c961ec01d02379cd1e83a04a6d06a.tar.gz
gentoo-f9abb428531c961ec01d02379cd1e83a04a6d06a.tar.bz2
gentoo-f9abb428531c961ec01d02379cd1e83a04a6d06a.zip
dev-db/redis: bump to 6.0.10
Configuration moved to /etc/redis directory Closes: https://bugs.gentoo.org/768189 Closes: https://bugs.gentoo.org/759481 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/19335 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-db/redis/files/redis-sentinel.confd-r1')
-rw-r--r--dev-db/redis/files/redis-sentinel.confd-r116
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-db/redis/files/redis-sentinel.confd-r1 b/dev-db/redis/files/redis-sentinel.confd-r1
new file mode 100644
index 000000000000..5198fc875080
--- /dev/null
+++ b/dev-db/redis/files/redis-sentinel.confd-r1
@@ -0,0 +1,16 @@
+# Redis-sentinel user.
+REDIS_SENTINEL_USER="redis"
+
+# Redis-sentinel group.
+REDIS_SENTINEL_GROUP="redis"
+
+# Redis-sentinel configuration file.
+REDIS_SENTINEL_CONF="/etc/redis/sentinel.conf"
+
+# Redis-sentinel working directory.
+REDIS_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"