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