summaryrefslogtreecommitdiffstats
path: root/redis-conf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'redis-conf.patch')
-rw-r--r--redis-conf.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/redis-conf.patch b/redis-conf.patch
index 96664ff..2002a7c 100644
--- a/redis-conf.patch
+++ b/redis-conf.patch
@@ -19,7 +19,7 @@ diff -up ./redis.conf.old ./redis.conf
# unixsocketperm 700
# Close the connection after a client is idle for N seconds (0 to disable)
-@@ -339,7 +341,7 @@ daemonize no
+@@ -356,7 +358,7 @@ daemonize no
#
# Note that on modern Linux systems "/run/redis.pid" is more conforming
# and should be used instead.
@@ -28,7 +28,7 @@ diff -up ./redis.conf.old ./redis.conf
# Specify the server verbosity level.
# This can be one of:
-@@ -353,7 +355,7 @@ loglevel notice
+@@ -370,7 +372,7 @@ loglevel notice
# 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
@@ -37,7 +37,7 @@ diff -up ./redis.conf.old ./redis.conf
# To enable logging to the system logger, just set 'syslog-enabled' to yes,
# and optionally update the other syslog parameters to suit your needs.
-@@ -513,7 +515,7 @@ rdb-del-sync-files no
+@@ -530,7 +532,7 @@ rdb-del-sync-files no
# The Append Only File will also be created inside this directory.
#
# Note that you must specify a directory here, not a file name.