nscd: fix systemd unit and tmpfiles.
This commit is contained in:
parent
895c12e522
commit
650832e301
|
@ -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
|
||||
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
d /run/nscd 755 root root
|
||||
d /var/run/nscd 0755 root root -
|
||||
d /var/db/nscd 0755 root root -
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user