summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-03-24 17:07:58 +0100
committerLudovic Courtès <ludo@gnu.org>2016-03-24 22:47:15 +0100
commitcc7234aede8d736d7f8f088e5955c468b9f480dc (patch)
treec28bdc537fa0710f8cbdd72f0a4fa28919db8679
parent229b36617ac54e85869287f136c2436210f920ec (diff)
services: nscd: Make respawnable.
* gnu/services/base.scm (nscd-shepherd-service): Remove 'respawn?' field.
-rw-r--r--gnu/services/base.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/services/base.scm b/gnu/services/base.scm
index 545fe60b1a5..b168543a650 100644
--- a/gnu/services/base.scm
+++ b/gnu/services/base.scm
@@ -733,9 +733,7 @@ the tty to run, among other things."
733 (string-append dir "/lib")) 733 (string-append dir "/lib"))
734 (list #$@name-services)) 734 (list #$@name-services))
735 ":"))))) 735 ":")))))
736 (stop #~(make-kill-destructor)) 736 (stop #~(make-kill-destructor))))))
737
738 (respawn? #f)))))
739 737
740(define nscd-activation 738(define nscd-activation
741 ;; Actions to take before starting nscd. 739 ;; Actions to take before starting nscd.