Merge branch 'cassandra-3.0' into cassandra-3.11

This commit is contained in:
Stefan Podkowinski 2017-05-18 19:42:06 +02:00
commit 83c9ac3135
1 changed files with 15 additions and 2 deletions

View File

@ -3,11 +3,24 @@
# /etc/init.d/cassandra
#
# Startup script for Cassandra
#
# chkconfig: 2345 20 80
#
# chkconfig: 2345 80 20
# description: Starts and stops Cassandra
# pidfile: /var/run/cassandra/cassandra.pid
### BEGIN INIT INFO
# Provides: cassandra
# Required-Start: $remote_fs $network $named $time
# Required-Stop: $remote_fs $network $named $time
# Should-Start: ntp mdadm
# Should-Stop: ntp mdadm
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: distributed storage system for structured data
# Description: Cassandra is a distributed (peer-to-peer) system for
# the management and storage of structured data.
### END INIT INFO
. /etc/rc.d/init.d/functions
export CASSANDRA_HOME=/usr/share/cassandra