mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-01 14:45:39 +02:00
adding making required directory by services
This commit is contained in:
parent
4b96be0f85
commit
1813825be7
2 changed files with 8 additions and 8 deletions
|
@ -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.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue