From c58ee6726b5f4d8a209d1af85e393edd0ca4d02a Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Tue, 5 Nov 2024 21:11:02 +0000 Subject: Fix starting with an empty database --- scripts/guix-data-service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/guix-data-service.in b/scripts/guix-data-service.in index 8a124ee..172838f 100644 --- a/scripts/guix-data-service.in +++ b/scripts/guix-data-service.in @@ -197,7 +197,7 @@ (lambda (port) (simple-format port "~A\n" (getpid))))) - (start-substitute-query-threads) + (start-substitute-query-threads startup-completed) (call-with-new-thread (lambda () -- cgit v1.2.3