logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

redis-sentinel.confd-r1 (476B)


  1. # Redis-sentinel user.
  2. REDIS_SENTINEL_USER="redis"
  3. # Redis-sentinel group.
  4. REDIS_SENTINEL_GROUP="redis"
  5. # Redis-sentinel configuration file.
  6. REDIS_SENTINEL_CONF="/etc/redis/sentinel.conf"
  7. # Redis-sentinel working directory.
  8. REDIS_SENTINEL_DIR="/tmp"
  9. # Specify the network service that corresponds to the "bind" setting
  10. # in your sentinel.conf. For example, if you bind to 127.0.0.1, this should
  11. # be set to "net.lo" which provides the loopback interface.
  12. rc_need="net.lo"