MyNixOS website logo
option

services.zookeeper.extraCmdLineOptions

Extra command line options for the Zookeeper launcher.

Declarations
Type
list of string
Default
[
  "-Dcom.sun.management.jmxremote"
  "-Dcom.sun.management.jmxremote.local.only=true"
]
Example
[
  "-Djava.net.preferIPv4Stack=true"
  "-Dcom.sun.management.jmxremote"
  "-Dcom.sun.management.jmxremote.local.only=true"
]