about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-02-19 18:01:11 +0000
committerGitHub <noreply@github.com>2024-02-19 18:01:11 +0000
commit2d9ce4a9afcef31363ad0db5dc2552792825c1f3 (patch)
treee7d2b4a62cf301db2a68021893e4dc63acc96e43 /nixos/doc/manual
parent50cda7aaf0c93bb692b445b9ebfd2d3dbdf3e1be (diff)
parent602128297982101b77bd4a011bda0f50e62bfb51 (diff)
downloadnixlib-2d9ce4a9afcef31363ad0db5dc2552792825c1f3.tar
nixlib-2d9ce4a9afcef31363ad0db5dc2552792825c1f3.tar.gz
nixlib-2d9ce4a9afcef31363ad0db5dc2552792825c1f3.tar.bz2
nixlib-2d9ce4a9afcef31363ad0db5dc2552792825c1f3.tar.lz
nixlib-2d9ce4a9afcef31363ad0db5dc2552792825c1f3.tar.xz
nixlib-2d9ce4a9afcef31363ad0db5dc2552792825c1f3.tar.zst
nixlib-2d9ce4a9afcef31363ad0db5dc2552792825c1f3.zip
Merge master into staging-next
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 92058a54a07b..1bb0617bab73 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -181,6 +181,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.