services: ganeti: Fix erroneous gexp.
* gnu/services/ganeti.scm (ganeti-watcher-command): Add missing parens.master
parent
94d8924728
commit
938f3190e7
|
@ -660,7 +660,7 @@ information to OS install scripts or instances.")))
|
|||
#~(lambda ()
|
||||
(system* #$(file-append ganeti "/sbin/ganeti-watcher")
|
||||
#$@(if rapi-ip
|
||||
#~(string-append "--rapi-ip=" #$rapi-ip)
|
||||
#~((string-append "--rapi-ip=" #$rapi-ip))
|
||||
#~())
|
||||
#$(string-append "--job-age=" (number->string job-age))
|
||||
#$@(if verify-disks?
|
||||
|
|
Reference in New Issue