mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-07-11 21:29:59 +02:00
Merge branch 'devel' into 'main'
revert all, something is wrong See merge request glicid-public/guix-glicid!568
This commit is contained in:
commit
7ace03b2fa
1 changed files with 2 additions and 2 deletions
|
@ -50,8 +50,8 @@
|
||||||
(start #~(make-forkexec-constructor (list #$(file-append munge "/sbin/munged")
|
(start #~(make-forkexec-constructor (list #$(file-append munge "/sbin/munged")
|
||||||
"-F" "-f" "-M"
|
"-F" "-f" "-M"
|
||||||
"-S" #$socket-path
|
"-S" #$socket-path
|
||||||
"--key-file" #$key-file
|
"--key-file" #$key-file)
|
||||||
"--num-threads" num-threads)
|
; "--num-threads" num-threads)
|
||||||
#:log-file #$log-file))
|
#:log-file #$log-file))
|
||||||
(stop #~(make-kill-destructor)))))))
|
(stop #~(make-kill-destructor)))))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue