/etc/default/zookeeper is in zookeeperd 3.3.5+dfsg1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | # See the following page for extensive details on setting
# up the JVM to accept JMX remote management:
# http://java.sun.com/javase/6/docs/technotes/guides/management/agent.html
# by default we allow local JMX connections
#JMXLOCALONLY=false
#JAVA_OPTS=""
# Make sure to include the original classpath since it contains the zookeeper
# jars
#CLASSPATH="$CLASSPATH:YOURCLASSPATH"
|