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