diff options
author | Eivind Uggedal <eivind@uggedal.com> | 2014-05-26 08:30:07 +0000 |
---|---|---|
committer | Eivind Uggedal <eivind@uggedal.com> | 2014-05-26 08:30:07 +0000 |
commit | ed6d1c1ce955f87dd6f8ddb95012b928a24646dd (patch) | |
tree | f69a56b9ec40f69b66d459ce676202176cb63c6b /main/redis/redis.confd | |
parent | d260b8a120a6cc6d2e251741d65fd8605b4cb361 (diff) | |
download | aports-ed6d1c1ce955f87dd6f8ddb95012b928a24646dd.tar.bz2 aports-ed6d1c1ce955f87dd6f8ddb95012b928a24646dd.tar.xz |
main/redis: moved from testing
Diffstat (limited to 'main/redis/redis.confd')
-rw-r--r-- | main/redis/redis.confd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/main/redis/redis.confd b/main/redis/redis.confd new file mode 100644 index 0000000000..a79f61ccdb --- /dev/null +++ b/main/redis/redis.confd @@ -0,0 +1,9 @@ +# Redis user. +REDIS_USER="redis" + +# Redis group. +REDIS_GROUP="redis" + +# Redis configuration file. +REDIS_CONF="/etc/redis.conf" + |