2014-06-19 06:42:22 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Redis Sentinel
|
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
2014-09-13 13:05:11 +00:00
|
|
|
ExecStart=/usr/bin/redis-sentinel /etc/redis-sentinel.conf --daemonize no
|
2016-09-14 08:48:19 +00:00
|
|
|
ExecStop=/usr/libexec/redis-shutdown redis-sentinel
|
2017-08-28 06:06:15 +00:00
|
|
|
Type=notify
|
2014-06-19 06:42:22 +00:00
|
|
|
User=redis
|
|
|
|
Group=redis
|
2017-08-14 02:11:34 +00:00
|
|
|
RuntimeDirectory=redis
|
|
|
|
RuntimeDirectoryMode=0755
|
2014-06-19 06:42:22 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
2015-10-16 15:50:15 +00:00
|
|
|
|