2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/maintenance.git synced 2023-12-14 03:33:04 +01:00

hydra: berlin: Use postgresql-service-type.

* hydra/berlin.scm: Use "postgresql-service-type" instead of
"postgresql-service" to prevent a warning message.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Mathieu Othacehe 2021-01-28 14:12:46 +01:00
parent 140ce543ae
commit 2aa86ad86e
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -316,7 +316,7 @@ Happy hacking!\n"))
;; For the Zabbix database. It was created by manually
;; following the instructions here:
;; https://www.zabbix.com/documentation/3.0/manual/appendix/install/db_scripts
(postgresql-service)
(service postgresql-service-type)
(service ntp-service-type)