nscd: also invalidate netgroup cache on reload

This commit is contained in:
Andreas Schwab 2014-03-19 09:42:29 +01:00
parent b1115e916a
commit baaf1dedc9
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2014-03-19 Andreas Schwab <schwab@suse.de>
* nscd/nscd.service: Also invalidate netgroup cache on reload.
2014-03-19 Joseph Myers <joseph@codesourcery.com>
[BZ #16649]

View File

@ -11,6 +11,7 @@ ExecReload=/usr/sbin/nscd -i passwd
ExecReload=/usr/sbin/nscd -i group
ExecReload=/usr/sbin/nscd -i hosts
ExecReload=/usr/sbin/nscd -i services
ExecReload=/usr/sbin/nscd -i netgroup
Restart=always
PIDFile=/run/nscd/nscd.pid