Merge pull request #186785 from helsinki-systems/feat/nss-lookup-nscd

This commit is contained in:
Lassulus 2022-08-16 20:45:45 +02:00 committed by GitHub
commit 8471526587
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,6 +85,7 @@ in
before = [ "nss-lookup.target" "nss-user-lookup.target" ];
wants = [ "nss-lookup.target" "nss-user-lookup.target" ];
wantedBy = [ "multi-user.target" ];
requiredBy = [ "nss-lookup.target" "nss-user-lookup.target" ];
environment = { LD_LIBRARY_PATH = nssModulesPath; };