nixos/zookeeper: Update doc with suggested description

This commit is contained in:
Xiami
2022-04-26 18:32:32 +08:00
parent 1637e039d2
commit 3e5e584c1f
2 changed files with 6 additions and 5 deletions

View File

@@ -1311,9 +1311,10 @@
<para> <para>
<literal>services.zookeeper</literal> has a new option <literal>services.zookeeper</literal> has a new option
<literal>jre</literal> for specifying the JRE to start <literal>jre</literal> for specifying the JRE to start
zookeeper with. It defaults to the JRE built with zookeeper with. It defaults to the JRE that
<literal>pkgs.zookeeper</literal> instead of <literal>pkgs.zookeeper</literal> was wrapped with, instead of
<literal>pkgs.jre</literal>. <literal>pkgs.jre</literal>. This changes the JRE to
<literal>pkgs.jdk11_headless</literal> by default.
</para> </para>
</listitem> </listitem>
<listitem> <listitem>

View File

@@ -519,8 +519,8 @@ In addition to numerous new and upgraded packages, this release has the followin
commands from `otelcontribcol` to `otelcorecol` and enjoy a 7x smaller binary. commands from `otelcontribcol` to `otelcorecol` and enjoy a 7x smaller binary.
- `services.zookeeper` has a new option `jre` for specifying the JRE to start - `services.zookeeper` has a new option `jre` for specifying the JRE to start
zookeeper with. It defaults to the JRE built with `pkgs.zookeeper` instead of zookeeper with. It defaults to the JRE that `pkgs.zookeeper` was wrapped with,
`pkgs.jre`. instead of `pkgs.jre`. This changes the JRE to `pkgs.jdk11_headless` by default.
- `pkgs.pgadmin` now refers to `pkgs.pgadmin4`. `pgadmin3` has been removed. - `pkgs.pgadmin` now refers to `pkgs.pgadmin4`. `pgadmin3` has been removed.