forked from mirrors/nixpkgs
nixos/ldap: add CAP_SYS_RESOURCE capability to nslcd service
This commit is contained in:
parent
90c96ec31d
commit
28bedc5f11
|
@ -280,6 +280,7 @@ in
|
|||
Group = "nslcd";
|
||||
RuntimeDirectory = [ "nslcd" ];
|
||||
PIDFile = "/run/nslcd/nslcd.pid";
|
||||
AmbientCapabilities = "CAP_SYS_RESOURCE";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue