zmedico 15/04/08 21:35:04 Added: unscd-tmpfiles.conf unscd.service Log: Add systemd service unit for bug 546004. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key FDE8EF85AE5719A3)
Revision Changes Path 1.1 sys-apps/unscd/files/unscd-tmpfiles.conf file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/unscd/files/unscd-tmpfiles.conf?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/unscd/files/unscd-tmpfiles.conf?rev=1.1&content-type=text/plain Index: unscd-tmpfiles.conf =================================================================== d /run/nscd 0755 root root - 1.1 sys-apps/unscd/files/unscd.service file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/unscd/files/unscd.service?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/unscd/files/unscd.service?rev=1.1&content-type=text/plain Index: unscd.service =================================================================== [Unit] Description=Name Service Cache Daemon (unscd) Wants=ldap.service network-online.target slapd.service After=ldap.service network-online.target nss-lookup.target nss-user-lookup.target slapd.service [Service] Type=forking PIDFile=/run/nscd/nscd.pid ExecStart=/usr/sbin/unscd 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
