c9106cca32
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/glibc#d8a810a777f9c7113d15c1dc1ce8bde72ebc688b
22 lines
629 B
Diff
22 lines
629 B
Diff
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.
|
|
|
|
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
|
|
|
|
[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
|