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
124ffd468c
commit
4ae9948175
1 changed files with 2 additions and 4 deletions
|
@ -27,9 +27,7 @@
|
|||
|
||||
(define sssd-shepherd-service
|
||||
(match-lambda
|
||||
(($
|
||||
<sssd-configuration> pkg pid-file config-file logger debug-level log-file
|
||||
)
|
||||
(($ <sssd-configuration> sssd-pkg pid-file config-file logger debug-level log-file)
|
||||
(list
|
||||
(shepherd-service
|
||||
(provision '(slapd))
|
||||
|
@ -38,7 +36,7 @@
|
|||
(respawn? #t)
|
||||
(start #~(make-forkexec-constructor
|
||||
(list
|
||||
#$(file-append pkg "/sbin/sssd")
|
||||
#$(file-append sssd-pkg "/sbin/sssd")
|
||||
"-i"
|
||||
"-c" #$config-file
|
||||
"--logger" #$logger
|
||||
|
|
Loading…
Add table
Reference in a new issue