logo

overlay

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

redict-sentinel-7.2.0-config.patch (963B)


  1. Rebased from original redis-sentinel-5.0-config.patch
  2. diff --git a/sentinel.conf b/sentinel.conf
  3. index b7b3604f0..a1d7bfea9 100644
  4. --- a/sentinel.conf
  5. +++ b/sentinel.conf
  6. @@ -17,7 +17,7 @@ daemonize no
  7. # When running daemonized, Redis Sentinel writes a pid file in
  8. # /var/run/redict-sentinel.pid by default. You can specify a custom pid file
  9. # location here.
  10. -pidfile /var/run/redict-sentinel.pid
  11. +pidfile /run/redict-sentinel.pid
  12. # Specify the server verbosity level.
  13. # This can be one of:
  14. @@ -31,7 +31,7 @@ loglevel notice
  15. # Specify the log file name. Also the empty string can be used to force
  16. # Sentinel to log on the standard output. Note that if you use standard
  17. # output for logging but daemonize, logs will be sent to /dev/null
  18. -logfile ""
  19. +logfile "/var/log/redict/sentinel.log"
  20. # To enable logging to the system logger, just set 'syslog-enabled' to yes,
  21. # and optionally update the other syslog parameters to suit your needs.
  22. --
  23. 2.41.0