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 545fe60b1a..b168543a65 100644
--- a/gnu/services/base.scm
+++ b/gnu/services/base.scm
@@ -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.