me
/
guix
Archived
1
0
Fork 0

services: cuirass: Fix workers argument.

* gnu/services/cuirass.scm (cuirass-remote-worker-shepherd-service): Fix
workers arguments.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
master
Mathieu Othacehe 2021-01-28 15:26:11 +01:00
parent 95852b305b
commit eb9adede34
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 2 additions and 1 deletions

View File

@ -313,7 +313,8 @@ CONFIG."
(requirement '(avahi-daemon guix-daemon networking))
(start #~(make-forkexec-constructor
(list (string-append #$cuirass "/bin/remote-worker")
(string-append "--workers" #$workers)
(string-append "--workers="
#$(number->string workers))
#$@(if systems
(list (string-append
"--systems="