Skip to content
Snippets Groups Projects
Unverified Commit 3bcfd416 authored by Mathieu Othacehe's avatar Mathieu Othacehe
Browse files

services: cuirass: Instantiate postgresql service.

* gnu/services/cuirass.scm (cuirass-service-type): Instantiate postgresql
service when missing.
parent b309a286
No related branches found
No related tags found
No related merge requests found
......@@ -324,6 +324,8 @@ (define cuirass-service-type
(service-extension activation-service-type cuirass-activation)
(service-extension shepherd-root-service-type cuirass-shepherd-service)
(service-extension account-service-type cuirass-account)
;; Make sure postgresql and postgresql-role are instantiated.
(service-extension postgresql-service-type (const #t))
(service-extension postgresql-role-service-type
cuirass-postgresql-role)))
(description
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment