mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 14:18:38 +02:00
openldap service
This commit is contained in:
parent
da0a763962
commit
66a2647fd2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue