mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
services: nscd: Make respawnable.
* gnu/services/base.scm (nscd-shepherd-service): Remove 'respawn?' field.
This commit is contained in:
parent
229b36617a
commit
cc7234aede
1 changed files with 1 additions and 3 deletions
|
@ -733,9 +733,7 @@ (define (nscd-shepherd-service config)
|
|||
(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.
|
||||
|
|
Loading…
Reference in a new issue