3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

services: nscd: Wait for the PID file.

* gnu/services/base.scm (nscd-shepherd-service): Pass #:pid-file.
This commit is contained in:
Ludovic Courtès 2016-06-27 20:57:35 +02:00
parent b6683f1507
commit 04101d99ee
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -790,6 +790,11 @@ the tty to run, among other things."
"/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