aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2024-04-12 19:14:15 +0200
committerW. Kosior <koszko@koszko.org>2024-09-04 21:02:09 +0200
commit9601961618687e78c91992b7a54d67853132f516 (patch)
tree9d1cfab23ce35c053ce24be28dbd086fd9d15c93 /gnu
parenta3c587fc6c540822e96baea72cb987a60ea19657 (diff)
downloadguix-9601961618687e78c91992b7a54d67853132f516.tar.gz
guix-9601961618687e78c91992b7a54d67853132f516.zip
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/services/ldap.scm3
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)