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.init | |
parent | 23bda2f8bd53a82fd0970d6b204bdffc36559fec (diff) |
redis: move redis-shutdown to libexec
Diffstat (limited to 'redis-sentinel.init')
-rw-r--r-- | redis-sentinel.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redis-sentinel.init b/redis-sentinel.init index e9d3c34..a3b82df 100644 --- a/redis-sentinel.init +++ b/redis-sentinel.init @@ -10,7 +10,7 @@ name="redis-sentinel" exec="/usr/bin/$name" -shut="/usr/bin/redis-shutdown" +shut="/usr/libexec/redis-shutdown" pidfile="/var/run/redis/sentinel.pid" SENTINEL_CONFIG="/etc/redis-sentinel.conf" |