mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
nscd: Fix LD_LIBRARY_PATH
This ensures that nscd can find the NSS modules. Fixes #1248.
This commit is contained in:
parent
14cd8bc248
commit
953f12995b
@ -170,7 +170,6 @@ let
|
||||
systemd
|
||||
];
|
||||
environment.PATH = config.path;
|
||||
environment.LD_LIBRARY_PATH = "";
|
||||
}
|
||||
(mkIf (config.preStart != "")
|
||||
{ serviceConfig.ExecStartPre = makeJobScript "${name}-pre-start" ''
|
||||
|
Loading…
Reference in New Issue
Block a user