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:
parent
95852b305b
commit
eb9adede34
1 changed files with 2 additions and 1 deletions
|
@ -313,7 +313,8 @@ CONFIG."
|
||||||
(requirement '(avahi-daemon guix-daemon networking))
|
(requirement '(avahi-daemon guix-daemon networking))
|
||||||
(start #~(make-forkexec-constructor
|
(start #~(make-forkexec-constructor
|
||||||
(list (string-append #$cuirass "/bin/remote-worker")
|
(list (string-append #$cuirass "/bin/remote-worker")
|
||||||
(string-append "--workers" #$workers)
|
(string-append "--workers="
|
||||||
|
#$(number->string workers))
|
||||||
#$@(if systems
|
#$@(if systems
|
||||||
(list (string-append
|
(list (string-append
|
||||||
"--systems="
|
"--systems="
|
||||||
|
|
Reference in a new issue