services.zookeeper.extraCmdLineOptions

NixOS option

Extra command line options for the Zookeeper launcher.

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"
]
declared in: nixos/modules/services/misc/zookeeper.nixView source on NixOS/nixpkgs →