Bug 909082 - Missing LSB header in redis init script
Summary: Missing LSB header in redis init script
Keywords:
Status: CLOSED DUPLICATE of bug 909083
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: redis
Version: el6
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Silas Sewell
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-02-08 08:10 UTC by nicolas.perrenoud
Modified: 2013-02-08 09:42 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-02-08 09:42:07 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description nicolas.perrenoud 2013-02-08 08:10:44 UTC
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

Comment 1 nicolas.perrenoud 2013-02-08 09:42:07 UTC

*** This bug has been marked as a duplicate of bug 909083 ***


Note You need to log in before you can comment on or make changes to this bug.