Commit 6c9897f6 authored by Brian J. McManus's avatar Brian J. McManus Committed by antirez
Browse files

Issue 804 Add Default-Start and Default-Stop LSB tags for RedHat startup and...

Issue 804 Add Default-Start and Default-Stop LSB tags for RedHat startup and update-rc.d compatability.
parent 984f6edf
...@@ -151,6 +151,8 @@ REDIS_CHKCONFIG_INFO=\ ...@@ -151,6 +151,8 @@ REDIS_CHKCONFIG_INFO=\
# Provides: redis_6379\n # Provides: redis_6379\n
# Required-Start: $network $local_fs $remote_fs\n # Required-Start: $network $local_fs $remote_fs\n
# Required-Stop: $network $local_fs $remote_fs\n # Required-Stop: $network $local_fs $remote_fs\n
# Default-Start: 2 3 4 5\n
# Default-Stop: 0 1 6\n
# Should-Start: $syslog $named\n # Should-Start: $syslog $named\n
# Should-Stop: $syslog $named\n # Should-Stop: $syslog $named\n
# Short-Description: start and stop redis_6379\n # Short-Description: start and stop redis_6379\n
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment