Merge branch 'devel' into 'main'

= seems not mandatory , revert

See merge request glicid-public/guix-glicid!565
This commit is contained in:
Yann Dupont 2025-06-30 11:29:12 +02:00
commit fd804349dd

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=" #$threads)
"--key-file" #$key-file
"--num-threads" #$threads)
#:log-file #$log-file))
(stop #~(make-kill-destructor)))))))