2018-04-17 19:55:54 +00:00
|
|
|
Short description: Provide options to nscd startup.
|
|
|
|
Author(s): Fedora glibc team <glibc@lists.fedoraproject.org>
|
|
|
|
Origin: PATCH
|
|
|
|
Upstream status: not-needed
|
|
|
|
|
|
|
|
Fedora-specific nscd startup configuration file.
|
|
|
|
|
2014-03-12 22:13:23 +00:00
|
|
|
diff --git a/nscd/nscd.service b/nscd/nscd.service
|
|
|
|
index b7428a3..19ba185 100644
|
|
|
|
--- a/nscd/nscd.service
|
|
|
|
+++ b/nscd/nscd.service
|
|
|
|
@@ -5,7 +5,8 @@ Description=Name Service Cache Daemon
|
2014-02-26 19:01:15 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=forking
|
|
|
|
-ExecStart=/usr/sbin/nscd
|
|
|
|
+EnvironmentFile=-/etc/sysconfig/nscd
|
|
|
|
+ExecStart=/usr/sbin/nscd $NSCD_OPTIONS
|
|
|
|
ExecStop=/usr/sbin/nscd --shutdown
|
|
|
|
ExecReload=/usr/sbin/nscd -i passwd
|
|
|
|
ExecReload=/usr/sbin/nscd -i group
|