revert all, something is wrong

This commit is contained in:
Yann Dupont 2025-06-30 12:17:48 +02:00
parent 72a858ed49
commit 98a864f536

View file

@ -50,8 +50,8 @@
(start #~(make-forkexec-constructor (list #$(file-append munge "/sbin/munged")
"-F" "-f" "-M"
"-S" #$socket-path
"--key-file" #$key-file
"--num-threads" num-threads)
"--key-file" #$key-file)
; "--num-threads" num-threads)
#:log-file #$log-file))
(stop #~(make-kill-destructor)))))))