From fb052422cd0bf66be897dac5d348c9f4189ef7f2 Mon Sep 17 00:00:00 2001 From: Eric Evans Date: Mon, 31 May 2010 14:31:15 +0000 Subject: [PATCH] update launch args in debian init script post-971 Patch by eevans git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@949754 13f79535-47bb-0310-9956-ffa450edef68 --- debian/init | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/init b/debian/init index 3b3f3b7372..1b39cc70e5 100644 --- a/debian/init +++ b/debian/init @@ -82,8 +82,7 @@ do_start() -cp `classpath` \ -Xmx$JVM_MAX_MEM \ -Xms$JVM_START_MEM \ - -Dcassandra \ - -Dstorage-config=$CONFDIR \ + -Dlog4j.configuration=log4j-server.properties \ -Dcom.sun.management.jmxremote.port=8080 \ -Dcom.sun.management.jmxremote.ssl=false \ -Dcom.sun.management.jmxremote.authenticate=false \