f312977bd1
- fix redis-sentinel service unit file for systemd - fix redis-shutdown for sentinel - also use redis-shutdown in init scripts
14 lines
250 B
Desktop File
14 lines
250 B
Desktop File
[Unit]
|
|
Description=Redis Sentinel
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/redis-sentinel /etc/redis-sentinel.conf --daemonize no
|
|
ExecStop=/usr/bin/redis-shutdown redis-sentinel
|
|
User=redis
|
|
Group=redis
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|