]> git.saurik.com Git - redis.git/commitdiff
Issue 804 Add Default-Start and Default-Stop LSB tags for RedHat startup and update...
authorBrian J. McManus <bmcmanus@gmail.com>
Mon, 3 Dec 2012 04:46:37 +0000 (21:46 -0700)
committerantirez <antirez@gmail.com>
Mon, 3 Dec 2012 11:31:10 +0000 (12:31 +0100)
utils/install_server.sh

index 789a97803c28d44709da7dd7eaf80e6b8384b2c3..c5ca944e5932a0f13a50e9c4d479abc58d8ad5e5 100755 (executable)
@@ -151,6 +151,8 @@ REDIS_CHKCONFIG_INFO=\
 # Provides: redis_6379\n
 # Required-Start: $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-Stop: $syslog $named\n
 # Short-Description: start and stop redis_6379\n