diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-09-14 10:48:39 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-09-14 10:48:39 +0200 |
commit | 31ab3b309a10c9ebaa89fe9f0d8d77556553253f (patch) | |
tree | b121a8176edadacd358274d5584f67814bb5e79d /redis-sentinel.service | |
parent | 23bda2f8bd53a82fd0970d6b204bdffc36559fec (diff) |
redis: move redis-shutdown to libexec
Diffstat (limited to 'redis-sentinel.service')
-rw-r--r-- | redis-sentinel.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redis-sentinel.service b/redis-sentinel.service index 2ec86ae..47b3e53 100644 --- a/redis-sentinel.service +++ b/redis-sentinel.service @@ -4,7 +4,7 @@ After=network.target [Service] ExecStart=/usr/bin/redis-sentinel /etc/redis-sentinel.conf --daemonize no -ExecStop=/usr/bin/redis-shutdown redis-sentinel +ExecStop=/usr/libexec/redis-shutdown redis-sentinel User=redis Group=redis |