services: nscd: Make respawnable.

* gnu/services/base.scm (nscd-shepherd-service): Remove 'respawn?' field.
master
Ludovic Courtès 2016-03-24 17:07:58 +01:00
parent 229b36617a
commit cc7234aede
1 changed files with 1 additions and 3 deletions

View File

@ -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.