forked from pool/redis
14 lines
456 B
Diff
14 lines
456 B
Diff
|
Index: redis.conf
|
||
|
===================================================================
|
||
|
--- redis.conf.orig
|
||
|
+++ redis.conf
|
||
|
@@ -2,7 +2,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.
|
||
|
-daemonize no
|
||
|
+daemonize yes
|
||
|
|
||
|
# When run as a daemon, Redis write a pid file in /var/run/redis.pid by default.
|
||
|
# You can specify a custom pid file location here.
|