guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/07: services: nscd: Make respawnable.


From: Ludovic Courtès
Subject: 01/07: services: nscd: Make respawnable.
Date: Thu, 24 Mar 2016 21:47:46 +0000

civodul pushed a commit to branch master
in repository guix.

commit cc7234aede8d736d7f8f088e5955c468b9f480dc
Author: Ludovic Courtès <address@hidden>
Date:   Thu Mar 24 17:07:58 2016 +0100

    services: nscd: Make respawnable.
    
    * gnu/services/base.scm (nscd-shepherd-service): Remove 'respawn?' field.
---
 gnu/services/base.scm |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/gnu/services/base.scm b/gnu/services/base.scm
index 545fe60..b168543 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 address@hidden))
                                            ":")))))
-           (stop #~(make-kill-destructor))
-
-           (respawn? #f)))))
+           (stop #~(make-kill-destructor))))))
 
 (define nscd-activation
   ;; Actions to take before starting nscd.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]