mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-07-11 21:29:59 +02:00
argument… so string !
This commit is contained in:
parent
8d1223dea4
commit
2a55c142c5
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@
|
|||
(munge munge-configuration-munge (default munge))
|
||||
(key-file munged-key-file (default (file-append munge "/etc/munge/munged.key")))
|
||||
(socket-path socket-path (default "/var/run/munge/munge.socket.2"))
|
||||
(threads numthreads (default 2))
|
||||
(numthreads numthreads (default "2"))
|
||||
(log-file munged-log-file (default "/var/log/munged.log")))
|
||||
|
||||
(define munged-service
|
||||
|
@ -51,7 +51,7 @@
|
|||
"-F" "-f" "-M"
|
||||
"-S" #$socket-path
|
||||
"--key-file" #$key-file
|
||||
"--num-threads" #$threads)
|
||||
"--num-threads" #$numthreads)
|
||||
#:log-file #$log-file))
|
||||
(stop #~(make-kill-destructor)))))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue