nscd: fix systemd unit and tmpfiles.

This commit is contained in:
Juan RP 2011-10-12 15:05:01 +02:00
parent 895c12e522
commit 650832e301
4 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,7 @@
Description=Name Service Cache Daemon
[Service]
Type=forking
ExecStart=/usr/sbin/nscd
ExecStart=/usr/sbin/nscd -d
ExecStop=/usr/sbin/nscd --shutdown
Restart=always

View File

@ -1 +1,2 @@
d /run/nscd 755 root root
d /var/run/nscd 0755 root root -
d /var/db/nscd 0755 root root -

View File

@ -10,7 +10,6 @@ noarch=yes
do_install()
{
#vinstall ${FILESDIR}/localegen.sh 755 usr/sbin localegen
vmove etc/default etc
vmove usr/share/i18n usr/share
vmove usr/share/locale usr/share

View File

@ -5,6 +5,7 @@ long_desc="
This package contains nscd, a daemon that provides a cache for the
most common name service requests."
revision=1
systemd_services="nscd.service"
conf_files="/etc/nscd.conf"