aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/redis/redis
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/redis/redis')
-rw-r--r--meta-oe/recipes-extended/redis/redis/redis.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/redis/redis/redis.service b/meta-oe/recipes-extended/redis/redis/redis.service
index e2dc6a7156..577bb1421d 100644
--- a/meta-oe/recipes-extended/redis/redis/redis.service
+++ b/meta-oe/recipes-extended/redis/redis/redis.service
@@ -3,8 +3,8 @@ Description=Redis In-Memory Data Store
After=network.target
[Service]
-User=root
-Group=root
+User=redis
+Group=redis
ExecStart=/usr/bin/redis-server /etc/redis/redis.conf
ExecStop=/usr/bin/redis-cli shutdown
Restart=always