X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/cd73df62af0efeceeede6b71f14ceb31199f461c..18aa2b87b6db7fa79b0596590aa385adcbc64e53:/utils/redis.conf.tpl diff --git a/utils/redis.conf.tpl b/utils/redis.conf.tpl index a146fcfb..9e2e1355 100644 --- a/utils/redis.conf.tpl +++ b/utils/redis.conf.tpl @@ -18,7 +18,7 @@ daemonize yes # 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 $PIDFILE # Accept connections on the specified port, default is 6379. # If port 0 is specified Redis will not listen on a TCP socket.