[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: services: postgresql: Use "/tmp" host directory.
From: |
guix-commits |
Subject: |
01/02: services: postgresql: Use "/tmp" host directory. |
Date: |
Tue, 13 Apr 2021 13:32:16 -0400 (EDT) |
mothacehe pushed a commit to branch master
in repository guix.
commit ea89fcb0da2d8dac954c612daa9db9e7ceb3a069
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Apr 13 19:30:02 2021 +0200
services: postgresql: Use "/tmp" host directory.
This is a follow-up of c311147bd16aa0e5746d9cbf31502f5fd61e470c.
* gnu/services/databases.scm (<postgresql-role-configuration>)[host]: Set to
"/tmp" which the default Postgresql socket directory.
---
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 956993d..eba88cd 100644
--- a/gnu/services/databases.scm
+++ b/gnu/services/databases.scm
@@ -364,7 +364,7 @@ and stores the database cluster in @var{data-directory}."
postgresql-role-configuration make-postgresql-role-configuration
postgresql-role-configuration?
(host postgresql-role-configuration-host ;string
- (default "/var/run/postgresql"))
+ (default "/tmp"))
(log postgresql-role-configuration-log ;string
(default "/var/log/postgresql_roles.log"))
(roles postgresql-role-configuration-roles