services: postgresql: Use "/tmp" host directory.
This is a follow-up of c311147bd1
.
* gnu/services/databases.scm (<postgresql-role-configuration>)[host]: Set to
"/tmp" which the default Postgresql socket directory.
This commit is contained in:
parent
f3626119d7
commit
ea89fcb0da
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ (define-record-type* <postgresql-role-configuration>
|
||||||
postgresql-role-configuration make-postgresql-role-configuration
|
postgresql-role-configuration make-postgresql-role-configuration
|
||||||
postgresql-role-configuration?
|
postgresql-role-configuration?
|
||||||
(host postgresql-role-configuration-host ;string
|
(host postgresql-role-configuration-host ;string
|
||||||
(default "/var/run/postgresql"))
|
(default "/tmp"))
|
||||||
(log postgresql-role-configuration-log ;string
|
(log postgresql-role-configuration-log ;string
|
||||||
(default "/var/log/postgresql_roles.log"))
|
(default "/var/log/postgresql_roles.log"))
|
||||||
(roles postgresql-role-configuration-roles
|
(roles postgresql-role-configuration-roles
|
||||||
|
|
Loading…
Reference in a new issue