]> git.saurik.com Git - redis.git/blobdiff - utils/redis.conf.tpl
Solaris has backtrace(3)
[redis.git] / utils / redis.conf.tpl
index a146fcfbb0b70f487a6a0935db7eb5b040b4d56e..9e2e13557124292593bae7a84a4a4ae6e951d62e 100644 (file)
@@ -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.