Modify your Capistrano script to install an init script. If you use debian
or redhat you can copy these or modify them:
https://github.com/Shimi/cassandra/blob/trunk/debian/init
https://github.com/Shimi/cassandra/blob/trunk/redhat/cassandra
and setup Capistrano to call /etc/init.d/cassandra stop/s
try nohup
--
View this message in context:
http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Cassandra-Capistrano-recipes-tp6556591p6556636.html
Sent from the cassandra-u...@incubator.apache.org mailing list archive at
Nabble.com.
Hi
I'm using Capistrano with Cassandra and was wondering if anyone has a
recipe(s), for in particular, starting Cassandra as a daemon. Running the
'bin/cassandra' shell script (without the '-f' switch) doesn't quite work as
this only runs Cassandra in the background, logging out will kill it.