openldap service

This commit is contained in:
Jean-François GUILLAUME 2021-12-03 09:28:58 +01:00
parent da0a763962
commit 66a2647fd2
GPG key ID: 38751DAE145EFB5A

View file

@ -51,7 +51,7 @@
(documentation "Run openldap.") (documentation "Run openldap.")
(requirement '(user-processes)) (requirement '(user-processes))
(respawn? #f) (respawn? #f)
(start #~(make-forkexec-constructor (start #~(fork+exec-command
(list (list
#$(file-append openldap "/libexec/slapd") #$(file-append openldap "/libexec/slapd")
"-h" #$uri "-h" #$uri