summaryrefslogtreecommitdiff
path: root/gnu/services/databases.scm
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2021-04-13 19:30:02 +0200
committerMathieu Othacehe <othacehe@gnu.org>2021-04-13 19:31:20 +0200
commitea89fcb0da2d8dac954c612daa9db9e7ceb3a069 (patch)
tree5fdb907a8ec9576f1ab6eb2ed8f4f994356bc00b /gnu/services/databases.scm
parentf3626119d738f30b5ab59e76c105fd7b4c077ddc (diff)
downloadguix-patches-ea89fcb0da2d8dac954c612daa9db9e7ceb3a069.tar
guix-patches-ea89fcb0da2d8dac954c612daa9db9e7ceb3a069.tar.gz
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.
Diffstat (limited to 'gnu/services/databases.scm')
-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 956993de7a..eba88cdb68 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