Not everyone runs nscd. Fixing a boot problem for those who don't.
svn path=/nixos/trunk/; revision=33434
This commit is contained in:
parent
f31fefdfd9
commit
e9d641014d
@ -64,7 +64,8 @@ in
|
|||||||
# a collision with an apparently unrelated environment
|
# a collision with an apparently unrelated environment
|
||||||
# variable with the same name exported by dhcpcd.
|
# variable with the same name exported by dhcpcd.
|
||||||
interface_order='lo lo[0-9]*'
|
interface_order='lo lo[0-9]*'
|
||||||
|
'' + optionalString config.services.nscd.enable
|
||||||
|
''
|
||||||
# Invalidate the nscd cache whenever resolv.conf is
|
# Invalidate the nscd cache whenever resolv.conf is
|
||||||
# regenerated.
|
# regenerated.
|
||||||
libc_restart='${pkgs.upstart}/sbin/start invalidate-nscd'
|
libc_restart='${pkgs.upstart}/sbin/start invalidate-nscd'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user