diff --git a/redis/redis.conf b/redis/redis.conf index 7776ec0..07b5133 100644 --- a/redis/redis.conf +++ b/redis/redis.conf @@ -36,7 +36,7 @@ vm.overcommit_memory = 1 # 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. -daemonize yes +daemonize no # When running daemonized, Redis writes a pid file in /var/run/redis.pid by # default. You can specify a custom pid file location here.