mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-3.0' into cassandra-3.11
This commit is contained in:
commit
83c9ac3135
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue