summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.