me
/
guix
Archived
1
0
Fork 0

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.
Christopher Baines 2023-07-26 10:22:44 +01:00
parent d979197eaf
commit a8b4ab61f3
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 1 additions and 5 deletions

View File

@ -708,11 +708,7 @@ ca-certificates.crt file in the system profile."
(shepherd-service
(documentation "Guix Data Service process jobs")
(provision '(guix-data-service-process-jobs))
(requirement '(postgres
networking
;; Require guix-data-service, as that the database
;; migrations are handled through this service
guix-data-service))
(requirement '(postgres networking))
(start #~(make-forkexec-constructor
(list
#$(file-append package