about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorSophie Tauchert <sophie@999eagle.moe>2024-02-02 19:35:01 +0100
committerSophie Tauchert <sophie@999eagle.moe>2024-02-15 21:42:27 +0100
commitb89cd583aedd1d4dff6dc1b763d498ab05bb4941 (patch)
tree21ca92d1e062284be0f4f6337c49fc23d6e6451a /nixos/doc/manual
parentb3f483a5c22134294727b253603a9f6441c638e8 (diff)
downloadnixlib-b89cd583aedd1d4dff6dc1b763d498ab05bb4941.tar
nixlib-b89cd583aedd1d4dff6dc1b763d498ab05bb4941.tar.gz
nixlib-b89cd583aedd1d4dff6dc1b763d498ab05bb4941.tar.bz2
nixlib-b89cd583aedd1d4dff6dc1b763d498ab05bb4941.tar.lz
nixlib-b89cd583aedd1d4dff6dc1b763d498ab05bb4941.tar.xz
nixlib-b89cd583aedd1d4dff6dc1b763d498ab05bb4941.tar.zst
nixlib-b89cd583aedd1d4dff6dc1b763d498ab05bb4941.zip
nixos/pgbouncer: only depend on postgresql.service when enabled and use notify
See also the upstream service file: https://github.com/pgbouncer/pgbouncer/blob/e6ce619785c93392794976c1e936e8c9f589a5ad/etc/pgbouncer.service
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index 768e3c54ae1b..110dae64c350 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -162,6 +162,8 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
   `wants`), because the dependency that `multi-user.target` has on
   `network-online.target` is planned for removal.
 
+- `services.pgbouncer` now has systemd support enabled and will log to journald. The default setting for `services.pgbouncer.logFile` is now `null` to disable logging to a separate log file.
+
 - `services.archisteamfarm` no longer uses the abbreviation `asf` for its state directory (`/var/lib/asf`), user and group (both `asf`). Instead the long name `archisteamfarm` is used.
   Configurations with `system.stateVersion` 23.11 or earlier, default to the old stateDirectory until the 24.11 release and must either set the option explicitly or move the data to the new directory.