summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2017-08-30 19:40:43 +0900
committerBenda Xu <heroxbd@gentoo.org>2017-10-19 16:13:01 +0900
commit0cc6c9e8df77aa5deff85aa490e4bbace675de82 (patch)
tree98c71f4ddb4ad1224fe8e9e2c1beea4bd6f7e66d /sys-libs/glibc/files/nscd.service
parentclean up ebuilds. (diff)
downloadandroid-0cc6c9e8df77aa5deff85aa490e4bbace675de82.tar.gz
android-0cc6c9e8df77aa5deff85aa490e4bbace675de82.tar.bz2
android-0cc6c9e8df77aa5deff85aa490e4bbace675de82.zip
glibc: need to be kept for RHEL 5, etc.
Diffstat (limited to 'sys-libs/glibc/files/nscd.service')
-rw-r--r--sys-libs/glibc/files/nscd.service15
1 files changed, 15 insertions, 0 deletions
diff --git a/sys-libs/glibc/files/nscd.service b/sys-libs/glibc/files/nscd.service
new file mode 100644
index 0000000..25a3b1d
--- /dev/null
+++ b/sys-libs/glibc/files/nscd.service
@@ -0,0 +1,15 @@
+[Unit]
+Description=Name Service Cache Daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/sbin/nscd -F
+ExecStop=/usr/sbin/nscd --shutdown
+ExecReload=/usr/sbin/nscd -i passwd
+ExecReload=/usr/sbin/nscd -i group
+ExecReload=/usr/sbin/nscd -i hosts
+ExecReload=/usr/sbin/nscd -i services
+Restart=always
+
+[Install]
+WantedBy=multi-user.target