diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-09-14 12:14:11 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-09-14 12:14:11 +0200 |
commit | 15ee54d8997d841b13171abd7d4f779389c641d8 (patch) | |
tree | 9fafb126626cd3a81140498c3b6dbb8934e7e20a /redis-sentinel.init | |
parent | 31ab3b309a10c9ebaa89fe9f0d8d77556553253f (diff) |
redis: add missing LSB headers to init scripts
Diffstat (limited to 'redis-sentinel.init')
-rw-r--r-- | redis-sentinel.init | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/redis-sentinel.init b/redis-sentinel.init index a3b82df..1f8c005 100644 --- a/redis-sentinel.init +++ b/redis-sentinel.init @@ -4,6 +4,14 @@ # # chkconfig: - 21 79 # description: Starts and stops the redis-sentinel daemon. +# +### BEGIN INIT INFO +# Provides: redis-sentinel +# Required-Start: $local_fs $remote_fs $network +# Required-Stop: $local_fs $remote_fs $network +# Short-Description: start and stop Sentinel server +# Description: A persistent key-value database +### END INIT INFO # Source function library. . /etc/rc.d/init.d/functions |