mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
1 changed files with 5 additions and 0 deletions
|
@ -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 a new issue