glibc/nscd.service
Andreas Schwab 9ed98d396d Accepting request 228714 from home:Andreas_Schwab:Factory
- Readd dependency on sysvinit.target to nscd.service (bnc#868422)
- Make the nscd service part of the nss-lookup and nss-user-lookup targets
  (bnc#871386)
- Move _constraints back to main package and update it

OBS-URL: https://build.opensuse.org/request/show/228714
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=356
2014-04-02 10:03:02 +00:00

21 lines
507 B
Desktop File

[Unit]
Description=Name Service Cache Daemon
After=sysinit.target
Wants=nss-lookup.target nss-user-lookup.target
Before=nss-lookup.target nss-user-lookup.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