forked from pool/glibc
afa4a7c1c8
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
15 lines
250 B
Desktop File
15 lines
250 B
Desktop File
[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
|