~ruther/guix-local

cc7234aede8d736d7f8f088e5955c468b9f480dc — Ludovic Courtès 10 years ago 229b366
services: nscd: Make respawnable.

* gnu/services/base.scm (nscd-shepherd-service): Remove 'respawn?' field.
1 files changed, 1 insertions(+), 3 deletions(-)

M gnu/services/base.scm
M gnu/services/base.scm => gnu/services/base.scm +1 -3
@@ 733,9 733,7 @@ the tty to run, among other things."
                                                  (string-append dir "/lib"))
                                                (list #$@name-services))
                                           ":")))))
           (stop #~(make-kill-destructor))

           (respawn? #f)))))
           (stop #~(make-kill-destructor))))))

(define nscd-activation
  ;; Actions to take before starting nscd.