This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 1/4] Add ExecReload for netgroups cache in nscd service file


Hi,

The netgroup cache should also get reloaded when systemctl reload
nscd.service is called.

Siddhesh

	* nscd/nscd.service: Reload netgroup cache.

---
 nscd/nscd.service | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nscd/nscd.service b/nscd/nscd.service
index 99c7563..33d06ac 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
 
-- 
1.8.3.1

Attachment: pgp0rMY5a9a0X.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]