summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/services/guix.scm6
1 files changed, 1 insertions, 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