From 39d685e5156b7348eae229ad18c0a1f5703f86b3 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Fri, 12 Apr 2024 19:14:15 +0200 Subject: services: ldap: Increase pid file timeout for 389-ds. * gnu/services/ldap.scm (directory-server-shepherd-service): Add `#:pid-file-timeout 30`. Change-Id: Ie7b3a7c7347b53d4e3629ef2de53c3a76f6751c0 --- gnu/services/ldap.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/services/ldap.scm b/gnu/services/ldap.scm index fe97a6b1f2..824c649b49 100644 --- a/gnu/services/ldap.scm +++ b/gnu/services/ldap.scm @@ -236,7 +236,8 @@ whether systemd is installed.") #:pid-file (string-append #$(slapd-configuration-run-dir slapd) - "/slapd-" #$instance-name ".pid"))) + "/slapd-" #$instance-name ".pid") + #:pid-file-timeout 30)) (stop #~(make-kill-destructor)))))) (define (directory-server-accounts config) -- cgit v1.2.3