diff options
-rw-r--r-- | gnu/services/ldap.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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) |