3
0
Fork 0
forked from mirrors/nixpkgs

nixos/ldap: add CAP_SYS_RESOURCE capability to nslcd service

This commit is contained in:
Aaron Andersen 2020-01-31 10:12:41 -05:00
parent 90c96ec31d
commit 28bedc5f11

View file

@ -280,6 +280,7 @@ in
Group = "nslcd";
RuntimeDirectory = [ "nslcd" ];
PIDFile = "/run/nslcd/nslcd.pid";
AmbientCapabilities = "CAP_SYS_RESOURCE";
};
};