An open API service indexing awesome lists of open source software.

https://github.com/trk54ylmz/cassandra-init

Apache Cassandra statup script for init.d
https://github.com/trk54ylmz/cassandra-init

Last synced: about 2 months ago
JSON representation

Apache Cassandra statup script for init.d

Awesome Lists containing this project

README

          

cassandra-init
==============

Apache Cassandra statup script for init.d

Paste cassandra script under to /etc/init.d/

### Installation ###

```shell
sudo cp /path/cassandra /etc/init.d/
sudo chmod +x /etc/init.d/cassandra
```