diff options
Diffstat (limited to 'databases/redis-devel/files/patch-redis.conf')
-rw-r--r-- | databases/redis-devel/files/patch-redis.conf | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/databases/redis-devel/files/patch-redis.conf b/databases/redis-devel/files/patch-redis.conf index e70b7e609ca1..f71797d9555e 100644 --- a/databases/redis-devel/files/patch-redis.conf +++ b/databases/redis-devel/files/patch-redis.conf @@ -1,24 +1,24 @@ ---- redis.conf.orig 2019-11-22 16:54:22 UTC -+++ redis.conf -@@ -203,7 +203,7 @@ tcp-keepalive 300 - +--- redis.conf.orig 2021-01-12 09:21:03.000000000 -0500 ++++ redis.conf 2021-01-13 11:46:40.445746000 -0500 +@@ -244,7 +244,7 @@ # By default Redis does not run as a daemon. Use 'yes' if you need it. # Note that Redis will write a pid file in /var/run/redis.pid when daemonized. + # When Redis is supervised by upstart or systemd, this parameter has no impact. -daemonize no +daemonize yes # If you run Redis from upstart or systemd, Redis can interact with your # supervision tree. Options: -@@ -225,7 +225,7 @@ supervised no +@@ -276,7 +276,7 @@ # - # Creating a pid file is best effort: if Redis is not able to create it - # nothing bad happens, the server will start and run normally. + # Note that on modern Linux systems "/run/redis.pid" is more conforming + # and should be used instead. -pidfile /var/run/redis_6379.pid +pidfile %%REDIS_RUNDIR%%/redis.pid # Specify the server verbosity level. # This can be one of: -@@ -238,7 +238,7 @@ loglevel notice +@@ -289,7 +289,7 @@ # Specify the log file name. Also the empty string can be used to force # Redis to log on the standard output. Note that if you use standard # output for logging but daemonize, logs will be sent to /dev/null @@ -27,7 +27,7 @@ # To enable logging to the system logger, just set 'syslog-enabled' to yes, # and optionally update the other syslog parameters to suit your needs. -@@ -330,7 +330,7 @@ dbfilename dump.rdb +@@ -420,7 +420,7 @@ # The Append Only File will also be created inside this directory. # # Note that you must specify a directory here, not a file name. |