summaryrefslogtreecommitdiff
path: root/system/redis/redis.confd
diff options
context:
space:
mode:
Diffstat (limited to 'system/redis/redis.confd')
-rw-r--r--system/redis/redis.confd9
1 files changed, 9 insertions, 0 deletions
diff --git a/system/redis/redis.confd b/system/redis/redis.confd
new file mode 100644
index 000000000..a79f61ccd
--- /dev/null
+++ b/system/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"
+