services: nscd: Wait for the PID file.
* gnu/services/base.scm (nscd-shepherd-service): Pass #:pid-file.
This commit is contained in:
parent
b6683f1507
commit
04101d99ee
@ -790,6 +790,11 @@ (define (nscd-shepherd-service config)
|
||||
"/sbin/nscd")
|
||||
"-f" #$nscd.conf "--foreground")
|
||||
|
||||
;; Wait for the PID file. However, the PID file is
|
||||
;; written before nscd is actually listening on its
|
||||
;; socket (XXX).
|
||||
#:pid-file "/var/run/nscd/nscd.pid"
|
||||
|
||||
#:environment-variables
|
||||
(list (string-append "LD_LIBRARY_PATH="
|
||||
(string-join
|
||||
|
Loading…
Reference in New Issue
Block a user