diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | 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 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. |