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 \