From 15ee54d8997d841b13171abd7d4f779389c641d8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Sep 2016 12:14:11 +0200 Subject: redis: add missing LSB headers to init scripts --- redis.init | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'redis.init') diff --git a/redis.init b/redis.init index a459076..508a6ec 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 -- cgit