X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/001f8da256d501b6dab6137ec3038d8921478f66..762eea07cac57eecb89bf5a079139cd664f4b9d8:/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.