Description of problem: The init script of redis /etc/init.d/redis is missing an LSB init header. This can cause issues when other servers depend on redis being startet at bootup (in my case, gitlab). Version-Release number of selected component (if applicable): 2.4.10 Solution: Please add the following (or similar) header to ### BEGIN INIT INFO # Provides: redis-server # Required-Start: $local_fs $remote_fs $network $syslog # Required-Stop: $local_fs $remote_fs $network $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: A persistent key-value database # Description: A persistent key-value database ### END INIT INFO
*** This bug has been marked as a duplicate of bug 909083 ***