From baaf1dedc969e6fc87c4d5048c260f930c73881e Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 19 Mar 2014 09:42:29 +0100 Subject: nscd: also invalidate netgroup cache on reload --- nscd/nscd.service | 1 + 1 file changed, 1 insertion(+) (limited to 'nscd') diff --git a/nscd/nscd.service b/nscd/nscd.service index b7428a3..ab38e8f 100644 --- a/nscd/nscd.service +++ b/nscd/nscd.service @@ -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 -- cgit v1.1