diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/guix-data-service.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/guix-data-service.in b/scripts/guix-data-service.in index 7eae735..3e80f03 100644 --- a/scripts/guix-data-service.in +++ b/scripts/guix-data-service.in @@ -33,6 +33,7 @@ (guix pki) (guix-data-service config) (guix-data-service database) + (guix-data-service substitutes) (guix-data-service web server) (guix-data-service web controller) (guix-data-service web nar controller)) @@ -227,6 +228,8 @@ (%show-error-details (assoc-ref opts 'show-error-details))) + (start-substitute-query-thread) + ;; Provide some visual space between the startup output and the server ;; starting (simple-format #t "\n\nStarting the server on http://~A:~A/\n\n" |