summaryrefslogtreecommitdiffstats
path: root/redis.service
diff options
context:
space:
mode:
Diffstat (limited to 'redis.service')
-rw-r--r--redis.service3
1 files changed, 2 insertions, 1 deletions
diff --git a/redis.service b/redis.service
index 6c19f81..ccb776e 100644
--- a/redis.service
+++ b/redis.service
@@ -3,7 +3,8 @@ Description=Redis persistent key-value database
After=network.target
[Service]
-ExecStart=/usr/bin/redis-server /etc/redis.conf --daemonize no
+Type=notify
+ExecStart=/usr/bin/redis-server /etc/redis.conf --daemonize no --supervised systemd
ExecStop=/usr/libexec/redis-shutdown
User=redis
Group=redis