SHA256
1
0
forked from pool/glibc

Accepting request 75602 from home:a_jaeger:branches:openSUSE:Factory

Cleanup; add nscd systemd config files.

OBS-URL: https://build.opensuse.org/request/show/75602
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=78
This commit is contained in:
2011-07-07 08:29:39 +00:00
committed by Git OBS Bridge
parent c62ac0182a
commit afa4a7c1c8
6 changed files with 50 additions and 4 deletions

14
nscd.service Normal file
View File

@@ -0,0 +1,14 @@
[Unit]
Description=Name Service Cache Daemon
After=syslog.target
[Service]
Type=forking
ExecStart=/usr/sbin/nscd
ExecStop=/usr/sbin/nscd --shutdown
Restart=always
PIDFile=/var/run/nscd/nscd.pid
[Install]
WantedBy=multi-user.target
Also=nscd.socket