diff --git a/redis-sentinel.init b/redis-sentinel.init index 0ecc6a0..382d45d 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 diff --git a/redis.init b/redis.init index 4c1e9e8..7f1ef6a 100644 --- a/redis.init +++ b/redis.init @@ -4,6 +4,14 @@ # # chkconfig: - 20 80 # description: Starts and stops the redis daemon. +# +### BEGIN INIT INFO +# Provides: redis-server +# Required-Start: $local_fs $remote_fs $network +# Required-Stop: $local_fs $remote_fs $network +# Short-Description: start and stop Redis server +# Description: A persistent key-value database +### END INIT INFO # Source function library. . /etc/rc.d/init.d/functions