SHA256
1
0
forked from pool/glibc

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
This commit is contained in:
2014-03-19 11:15:57 +00:00
committed by Git OBS Bridge
parent 055d3bf09b
commit f65177d41e
8 changed files with 530 additions and 2 deletions

View File

@@ -1,8 +1,10 @@
[Unit]
Description=Name Service Cache Daemon
After=sysint.target
[Service]
ExecStart=/usr/sbin/nscd --foreground
Type=forking
ExecStart=/usr/sbin/nscd
ExecStop=/usr/sbin/nscd --shutdown
ExecReload=/usr/sbin/nscd -i passwd
ExecReload=/usr/sbin/nscd -i group
@@ -10,7 +12,7 @@ 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