mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 02:06:46 +01:00
b451eca621
During working on #150837 I discovered that `google-oslogin` test started failing, and so did some of my development machines. Turns out it was because nscd doesn't start by default; rather it's wanted by NSS lookup targets, which are not always fired up. To quote from section on systemd.special(7) on `nss-user-lookup.target`: > All services which provide parts of the user/group database should be > ordered before this target, and pull it in. Following this advice and comparing our unit to official `sssd.service` unit (which is a similar service), we now pull NSS lookup targets from the service, while starting it with `multi-user.target`. |
||
---|---|---|
.. | ||
kerberos | ||
cloud-init.nix | ||
dbus.nix | ||
earlyoom.nix | ||
localtime.nix | ||
nscd.conf | ||
nscd.nix | ||
saslauthd.nix | ||
self-deploy.nix | ||
uptimed.nix |