services: nscd: Make respawnable.
* gnu/services/base.scm (nscd-shepherd-service): Remove 'respawn?' field.
This commit is contained in:
parent
229b36617a
commit
cc7234aede
|
@ -733,9 +733,7 @@ the tty to run, among other things."
|
||||||
(string-append dir "/lib"))
|
(string-append dir "/lib"))
|
||||||
(list #$@name-services))
|
(list #$@name-services))
|
||||||
":")))))
|
":")))))
|
||||||
(stop #~(make-kill-destructor))
|
(stop #~(make-kill-destructor))))))
|
||||||
|
|
||||||
(respawn? #f)))))
|
|
||||||
|
|
||||||
(define nscd-activation
|
(define nscd-activation
|
||||||
;; Actions to take before starting nscd.
|
;; Actions to take before starting nscd.
|
||||||
|
|
Loading…
Reference in New Issue