summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/services/databases.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/databases.scm b/gnu/services/databases.scm
index 945964c045f..f507727e5c3 100644
--- a/gnu/services/databases.scm
+++ b/gnu/services/databases.scm
@@ -344,7 +344,7 @@ host all all ::1/128 md5"))
(match '#$args
(("start")
(call-with-input-file #$pid-file read))
- (_ #t))))))
+ (_ #f))))))
(list (shepherd-service
(provision '(postgres postgresql))
(documentation "Run the PostgreSQL daemon.")