Merge pull request #42569 from spacefrogg/nscd-fix

resolvconf.conf: Remove forced NSCD service restart
This commit is contained in:
Matthew Bauer 2018-07-05 22:16:02 -04:00 committed by GitHub
commit 2b4d7221a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -231,10 +231,6 @@ in
# a collision with an apparently unrelated environment
# variable with the same name exported by dhcpcd.
interface_order='lo lo[0-9]*'
'' + optionalString config.services.nscd.enable ''
# Invalidate the nscd cache whenever resolv.conf is
# regenerated.
libc_restart='${pkgs.systemd}/bin/systemctl try-restart --no-block nscd.service 2> /dev/null'
'' + optionalString (length resolvconfOptions > 0) ''
# Options as described in resolv.conf(5)
resolv_conf_options='${concatStringsSep " " resolvconfOptions}'