mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
Revert "kea: use separate runtime directories for each service"
This reverts commit 413011ddf4
.
Using separate lockfile directories prevents the different kea daemons
from using the interprocess sync lockfile.
Keeping the runtime directory around might be the better approach.
This commit is contained in:
parent
9bcc22403c
commit
cd6ccb1737
3 changed files with 13 additions and 16 deletions
|
@ -431,8 +431,8 @@ let
|
|||
};
|
||||
|
||||
kea = let
|
||||
controlSocketPathV4 = "/run/kea-dhcp4/dhcp4.sock";
|
||||
controlSocketPathV6 = "/run/kea-dhcp6/dhcp6.sock";
|
||||
controlSocketPathV4 = "/run/kea/dhcp4.sock";
|
||||
controlSocketPathV6 = "/run/kea/dhcp6.sock";
|
||||
in
|
||||
{
|
||||
exporterConfig = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue