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>
This commit is contained in:
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

View file

@ -313,7 +313,8 @@ (define (cuirass-remote-worker-shepherd-service 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="