logo

overlay

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

redis.confd-r2 (517B)


  1. # Redis user.
  2. REDIS_USER="redis"
  3. # Redis group.
  4. REDIS_GROUP="redis"
  5. # Redis configuration file.
  6. REDIS_CONF="/etc/redis/redis.conf"
  7. # Redis dump directory.
  8. REDIS_DIR="/var/lib/redis"
  9. # Redis options.
  10. # (Redis expects the first argument to be the configuration file.)
  11. REDIS_OPTS="${REDIS_CONF}"
  12. # Specify the network service that corresponds to the "bind" setting
  13. # in your redis.conf. For example, if you bind to 127.0.0.1, this should
  14. # be set to "net.lo" which provides the loopback interface.
  15. rc_need="net.lo"