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 @@ the tty to run, among other things."
|
||||||
"/sbin/nscd")
|
"/sbin/nscd")
|
||||||
"-f" #$nscd.conf "--foreground")
|
"-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
|
#:environment-variables
|
||||||
(list (string-append "LD_LIBRARY_PATH="
|
(list (string-append "LD_LIBRARY_PATH="
|
||||||
(string-join
|
(string-join
|
||||||
|
|
Loading…
Reference in New Issue