aboutsummaryrefslogtreecommitdiff
path: root/scripts/guix-data-service.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/guix-data-service.in')
-rw-r--r--scripts/guix-data-service.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/guix-data-service.in b/scripts/guix-data-service.in
index 2244c0e..238483d 100644
--- a/scripts/guix-data-service.in
+++ b/scripts/guix-data-service.in
@@ -143,10 +143,7 @@
(let ((opts (parse-options (cdr (program-arguments)))))
(when (assq-ref opts 'repl)
((@@ (ice-9 top-repl) call-with-sigint)
- (lambda ()
- (with-postgresql-connection-per-thread
- "repl"
- start-repl)))
+ start-repl)
(exit 0))
(let ((repl-port (assoc-ref opts 'listen-repl)))