mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 13:48:36 +02:00
custom cuirass remote postgres
This commit is contained in:
parent
33b286b2f1
commit
5782bd431a
1 changed files with 2 additions and 1 deletions
|
@ -85,7 +85,8 @@
|
||||||
`(,(shepherd-service
|
`(,(shepherd-service
|
||||||
(documentation "Run Cuirass.")
|
(documentation "Run Cuirass.")
|
||||||
(provision '(cuirass))
|
(provision '(cuirass))
|
||||||
(requirement '(guix-daemon postgres postgres-roles networking))
|
(requirement '(guix-daemon networking))
|
||||||
|
;(requirement '(guix-daemon postgres postgres-roles networking))
|
||||||
(start #~(make-forkexec-constructor
|
(start #~(make-forkexec-constructor
|
||||||
(list (string-append #$cuirass "/bin/cuirass")
|
(list (string-append #$cuirass "/bin/cuirass")
|
||||||
"register"
|
"register"
|
||||||
|
|
Loading…
Add table
Reference in a new issue