guix-commits
[Top][All Lists]
Advanced

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

02/19: services: postgresql: Add 'configuration' action.


From: guix-commits
Subject: 02/19: services: postgresql: Add 'configuration' action.
Date: Fri, 21 Apr 2023 11:16:08 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit a5fc3fc921354a6f0e5585d85659a6a9d0848a85
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Apr 18 21:24:47 2023 +0200

    services: postgresql: Add 'configuration' action.
    
    * gnu/services/databases.scm (postgresql-shepherd-service): Add
    'actions' field.
---
 gnu/services/databases.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/services/databases.scm b/gnu/services/databases.scm
index e9f9070ba3..8415b08eb2 100644
--- a/gnu/services/databases.scm
+++ b/gnu/services/databases.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2015 David Thompson <davet@gnu.org>
-;;; Copyright © 2015, 2016, 2022 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2015-2016, 2022-2023 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2016 Leo Famulari <leo@famulari.name>
 ;;; Copyright © 2017 Christopher Baines <mail@cbaines.net>
 ;;; Copyright © 2018 Clément Lassieur <clement@lassieur.org>
@@ -313,6 +313,7 @@ host        all     all     ::1/128         md5"))
               (requirement '(user-processes loopback syslogd))
               (modules `((ice-9 match)
                          ,@%default-modules))
+              (actions (list (shepherd-configuration-action config-file)))
               (start (action "start"))
               (stop (action "stop"))))))))
 



reply via email to

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