guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: services: guix-data-service: Unlink the two shepherd services.


From: guix-commits
Subject: 02/05: services: guix-data-service: Unlink the two shepherd services.
Date: Wed, 26 Jul 2023 05:51:37 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit a8b4ab61f31c4664ba16e33d07e9fd38e4b97dc8
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Wed Jul 26 10:22:44 2023 +0100

    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.
---
 gnu/services/guix.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gnu/services/guix.scm b/gnu/services/guix.scm
index ef77458255..1450eedf37 100644
--- a/gnu/services/guix.scm
+++ b/gnu/services/guix.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]