services: ganeti: Don't start the metadata daemon automatically.

* gnu/services/ganeti.scm (ganeti-metad-service)[auto-start?]: New field.
This commit is contained in:
Marius Bakke 2021-10-09 02:33:41 +02:00
parent 9015a9a906
commit fafa127d80
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 4 additions and 0 deletions

View File

@ -612,7 +612,11 @@ provide the collected information through a HTTP interface.")))
(documentation "Run the Ganeti metadata daemon.")
(provision '(ganeti-metad))
(requirement '(user-processes networking))
;; This service is started on demand.
(auto-start? #f)
(respawn? #f)
(start #~(make-forkexec-constructor
(list #$(file-append ganeti "/sbin/ganeti-metad")
#$(string-append "--port=" (number->string port))