adding making required directory by services

This commit is contained in:
Jean-François GUILLAUME 2021-12-17 11:09:24 +01:00
parent 4b96be0f85
commit 1813825be7
GPG key ID: 38751DAE145EFB5A
2 changed files with 8 additions and 8 deletions

View file

@ -63,7 +63,7 @@
)
(define openldap-activation
(define %openldap-activation
(with-imported-modules '((guix build utils))
#~(begin
(use-modules (guix build utils))
@ -79,7 +79,7 @@
(extensions
(list
(service-extension shepherd-root-service-type openldap-shepherd-service)
(service-extension activation-service-type openldap-activation)
(service-extension activation-service-type (const %openldap-activation))
)
)
(description "Run @uref{https://www.openldap.org, Openldap} community developped LDAP software.")