mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
sssd service
This commit is contained in:
parent
ea3c876afc
commit
4243cad13c
1 changed files with 2 additions and 1 deletions
|
@ -46,9 +46,10 @@
|
||||||
|
|
||||||
(define %sssd-activation
|
(define %sssd-activation
|
||||||
#~(begin
|
#~(begin
|
||||||
(mkdir-p "/etc/sssd")
|
(mkdir-p "/etc/sssd/conf.d")
|
||||||
(mkdir-p "/var/log/sssd")
|
(mkdir-p "/var/log/sssd")
|
||||||
(mkdir-p "/var/lib/sss/db")
|
(mkdir-p "/var/lib/sss/db")
|
||||||
|
(install-file #$(file-append sssd-pkg "/lib/sssd/conf/sssd.conf") "/etc/sssd/")
|
||||||
#t ))
|
#t ))
|
||||||
|
|
||||||
(define sssd-service-type
|
(define sssd-service-type
|
||||||
|
|
Loading…
Add table
Reference in a new issue