summaryrefslogtreecommitdiffstats
path: root/redis.service
diff options
context:
space:
mode:
Diffstat (limited to 'redis.service')
-rw-r--r--redis.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis.service b/redis.service
index 1c549b4..0e4eed0 100644
--- a/redis.service
+++ b/redis.service
@@ -4,7 +4,7 @@ After=network.target
[Service]
ExecStart=/usr/bin/redis-server /etc/redis.conf --daemonize no
-ExecStop=/usr/bin/redis-shutdown
+ExecStop=/usr/libexec/redis-shutdown
User=redis
Group=redis