guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/19: services: postgresql: Add the 'postgresql' Shepherd service name.


From: guix-commits
Subject: 01/19: services: postgresql: Add the 'postgresql' Shepherd service name.
Date: Fri, 21 Apr 2023 11:16:08 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 7aaf2782869a5dec11812825e06b3a92b4a74a3e
Author: Ludovic Courtès <ludo@gnu.org>
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

[Prev in Thread] Current Thread [Next in Thread]