glibc/nscd.service
Andreas Schwab f65177d41e Accepting request 226726 from home:Andreas_Schwab:Factory
- Make sure nscd is started after sysinit.target (bnc#868422)
- nscd-track-startup-failures.patch: properly track startup failures in
  nscd and mark nscd.service as forking (BZ #16639)

OBS-URL: https://build.opensuse.org/request/show/226726
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=340
2014-03-19 11:15:57 +00:00

19 lines
411 B
Desktop File

[Unit]
Description=Name Service Cache Daemon
After=sysint.target
[Service]
Type=forking
ExecStart=/usr/sbin/nscd
ExecStop=/usr/sbin/nscd --shutdown
ExecReload=/usr/sbin/nscd -i passwd
ExecReload=/usr/sbin/nscd -i group
ExecReload=/usr/sbin/nscd -i hosts
ExecReload=/usr/sbin/nscd -i services
ExecReload=/usr/sbin/nscd -i netgroup
Restart=always
PIDFile=/run/nscd/nscd.pid
[Install]
WantedBy=multi-user.target