From 7aaf2782869a5dec11812825e06b3a92b4a74a3e Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 18 Apr 2023 21:22:13 +0200 Subject: services: postgresql: Add the 'postgresql' Shepherd service name. * gnu/services/databases.scm (postgresql-shepherd-service): Add 'postgresql' to 'provision'. --- gnu/services/databases.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/services/databases.scm b/gnu/services/databases.scm index b7bd1e587e..e9f9070ba3 100644 --- a/gnu/services/databases.scm +++ b/gnu/services/databases.scm @@ -308,7 +308,7 @@ host all all ::1/128 md5")) (call-with-input-file #$pid-file read)) (_ #t)))))) (list (shepherd-service - (provision '(postgres)) + (provision '(postgres postgresql)) (documentation "Run the PostgreSQL daemon.") (requirement '(user-processes loopback syslogd)) (modules `((ice-9 match) -- cgit v1.2.3