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:
14
nscd.service
Normal file
14
nscd.service
Normal 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
|
Reference in New Issue
Block a user