services: guix-data-service: Unlink the two shepherd services.
So that they can be restarted in dependently. * gnu/services/guix.scm (guix-data-service-shepherd-services): Don't require the main service from the jobs service.
This commit is contained in:
parent
d979197eaf
commit
a8b4ab61f3
1 changed files with 1 additions and 5 deletions
|
@ -708,11 +708,7 @@ ca-certificates.crt file in the system profile."
|
||||||
(shepherd-service
|
(shepherd-service
|
||||||
(documentation "Guix Data Service process jobs")
|
(documentation "Guix Data Service process jobs")
|
||||||
(provision '(guix-data-service-process-jobs))
|
(provision '(guix-data-service-process-jobs))
|
||||||
(requirement '(postgres
|
(requirement '(postgres networking))
|
||||||
networking
|
|
||||||
;; Require guix-data-service, as that the database
|
|
||||||
;; migrations are handled through this service
|
|
||||||
guix-data-service))
|
|
||||||
(start #~(make-forkexec-constructor
|
(start #~(make-forkexec-constructor
|
||||||
(list
|
(list
|
||||||
#$(file-append package
|
#$(file-append package
|
||||||
|
|
Reference in a new issue