aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2023-04-18 21:22:13 +0200
committerLudovic Courtès <ludo@gnu.org>2023-04-21 16:16:36 +0200
commit7aaf2782869a5dec11812825e06b3a92b4a74a3e (patch)
tree359080c87d878de414f56c7e9c36a7533f385e6d
parent0830059b9cd23ac5a22fb3d255b6d7da80050058 (diff)
downloadguix-7aaf2782869a5dec11812825e06b3a92b4a74a3e.tar.gz
guix-7aaf2782869a5dec11812825e06b3a92b4a74a3e.zip
services: postgresql: Add the 'postgresql' Shepherd service name.
* gnu/services/databases.scm (postgresql-shepherd-service): Add 'postgresql' to 'provision'.
-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 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)
3e8855f94a73adc44'>system: 'init' does not recompute the hash of each store item....Ludovic Courtès 2020-11-17Merge remote-tracking branch 'origin/version-1.2.0' into master...Maxim Cournoyer 2020-11-16.dir-locals.el: Add upstream report link....Miguel Ángel Arruga Vivas 2020-11-16.dir-locals.el: Use setq-local on guix-directory....Christopher Lemmer Webber 2020-11-16.dir-locals.el: Prevent errors if .dir-locals.el isn't found....Christopher Lemmer Webber 2020-11-12maint: update-guix-package: Optionally add sources to store....Maxim Cournoyer 2020-11-01.dir-locals.el: Require cl-lib at runtime....Miguel Ángel Arruga Vivas 2020-10-31.dir-locals.el: Automatically set the GEISER-GUILE-LOAD-PATH variable....Maxim Cournoyer 2020-10-19maint: update-guix-package: Prevent accidentally breaking guix pull....Maxim Cournoyer 2020-09-14deduplication: pass store directory to replace-with-link....Caleb Ristvedt 2020-09-14.dir-locals.el: fix call-with-{retrying-}transaction indenting....Caleb Ristvedt 2020-08-26.dir-locals.el: Add indentation rule for 'package/inherit'....Ludovic Courtès 2020-06-25deduplication: Use 'dynamic-wind' when changing permissions of the parent....Ludovic Courtès 2020-06-16channels: 'latest-channel-instance' authenticates Git checkouts....Ludovic Courtès