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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user