civodul pushed a commit to branch master
in repository guix.

commit 7aaf2782869a5dec11812825e06b3a92b4a74a3e
Author: Ludovic Courtès <[email protected]>
AuthorDate: Tue Apr 18 21:22:13 2023 +0200

    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)

Reply via email to