SHA256
1
0
forked from pool/redis

Accepting request 874834 from home:jzerebecki:branches:server:database

- Switch systemd type of the sentinel service from notify to simple. This can
  be reverted when updating to 6.2 which fixes
  https://github.com/redis/redis/issues/7284 .

OBS-URL: https://build.opensuse.org/request/show/874834
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=165
This commit is contained in:
Martin Pluskal
2021-02-25 06:40:25 +00:00
committed by Git OBS Bridge
parent 60b40902c0
commit cf7ddb5a23
2 changed files with 8 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ After=network.target
PartOf=redis-sentinel.target
[Service]
Type=notify
Type=simple
User=redis
Group=redis
PrivateTmp=true