services: ganeti: Fix erroneous gexp.

* gnu/services/ganeti.scm (ganeti-watcher-command): Add missing parens.
This commit is contained in:
Marius Bakke 2020-07-21 22:13:30 +02:00
parent 94d8924728
commit 938f3190e7
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -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?