about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorchayleaf <chayleaf-git@pavluk.org>2023-10-25 17:06:47 +0700
committerchayleaf <chayleaf-git@pavluk.org>2023-10-26 02:51:43 +0700
commit413011ddf46265756c0ba417c8722952eab853c6 (patch)
tree1d878ea2f07bbcd202207e34acc5df02209ae23d /nixos/doc
parent3be4a51a23edfa3a3c4ceabe25328520dd1d9fd4 (diff)
downloadnixlib-413011ddf46265756c0ba417c8722952eab853c6.tar
nixlib-413011ddf46265756c0ba417c8722952eab853c6.tar.gz
nixlib-413011ddf46265756c0ba417c8722952eab853c6.tar.bz2
nixlib-413011ddf46265756c0ba417c8722952eab853c6.tar.lz
nixlib-413011ddf46265756c0ba417c8722952eab853c6.tar.xz
nixlib-413011ddf46265756c0ba417c8722952eab853c6.tar.zst
nixlib-413011ddf46265756c0ba417c8722952eab853c6.zip
kea: use separate runtime directories for each service
Kea may clean the runtime directory when starting (or maybe systemd does
it). I ran into this issue when restarting Kea after changing its
configuration, so I think the fact it normally doesn't clean it is a
race condition (it's cleaned on service start, and normally all Kea
services start at roughly the same time).
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index a3170860b131..bd0d74a8885b 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -333,6 +333,8 @@
 
 - `ssm-agent` package and module were renamed to `amazon-ssm-agent` to be consistent with the upstream package name.
 
+- `services.kea.{ctrl-agent,dhcp-ddns,dhcp,dhcp6}` now use separate runtime directories instead of `/run/kea` to work around the runtime directory being cleared on service start.
+
 ## Other Notable Changes {#sec-release-23.11-notable-changes}
 
 - The Cinnamon module now enables XDG desktop integration by default. If you are experiencing collisions related to xdg-desktop-portal-gtk you can safely remove `xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];` from your NixOS configuration.