merged w/ 0.6 branch

git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@940576 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eric Evans 2010-05-03 19:22:12 +00:00
parent ac08dfee92
commit cca000dae2
1 changed files with 1 additions and 0 deletions

1
debian/init vendored
View File

@ -87,6 +87,7 @@ do_start()
-Dcom.sun.management.jmxremote.port=8080 \
-Dcom.sun.management.jmxremote.ssl=false \
-Dcom.sun.management.jmxremote.authenticate=false \
$JVM_EXTRA_OPTS \
org.apache.cassandra.thrift.CassandraDaemon
if ! is_running; then return 2; fi