Fix: do not demonize redis

This commit is contained in:
Blallo 2018-12-27 12:21:36 +01:00
parent e943f655d5
commit 89508c1f46
No known key found for this signature in database
GPG key ID: 0CBE577C9B72DC3F

View file

@ -14,11 +14,11 @@
# 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.
pidfile /var/run/redis.pid
#pidfile /var/run/redis.pid
# Accept connections on the specified port, default is 6379.
# If port 0 is specified Redis will not listen on a TCP socket.