diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-31 13:53:04 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-31 13:53:04 +0200 |
commit | 33ccfa229d3230cdf7c48083db49ce5c2f8842f5 (patch) | |
tree | 100dba6f32adbef343f9e7b4ab6f9e1a80af9431 /testing/redis/redis.confd | |
parent | ae10eeb740d8e4f5c4a9eddd348f9b30456ec604 (diff) | |
download | aports-33ccfa229d3230cdf7c48083db49ce5c2f8842f5.tar.bz2 aports-33ccfa229d3230cdf7c48083db49ce5c2f8842f5.tar.xz |
testing/redis: new aport
Advanced key-value store
http://redis.googlecode.com
Diffstat (limited to 'testing/redis/redis.confd')
-rw-r--r-- | testing/redis/redis.confd | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/testing/redis/redis.confd b/testing/redis/redis.confd new file mode 100644 index 0000000000..3ee35cbb9c --- /dev/null +++ b/testing/redis/redis.confd @@ -0,0 +1,20 @@ +# Redis user. +REDIS_USER="redis" + +# Redis group. +REDIS_GROUP="redis" + +# Redis configuration file. +REDIS_CONF="/etc/redis.conf" + +# Redis dump directory. +REDIS_DIR="/var/lib/redis" + +# Redis pid file. +# (Be sure to change the main redis configuration file as well if you change +# this from the default.) +REDIS_PID="/var/run/redis.pid" + +# Redis options. +# (Redis expects the first argument to be the configuration file.) +REDIS_OPTS="${REDIS_CONF}" |