forked from tribes/guix
services: postgresql: Update documented socket directory to match code.
This is a follow-up of 6c0679215f.
* doc/guix.texi (Database Services): Update it.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
committed by
Mathieu Othacehe
parent
b66d9db336
commit
0319f9fac2
+1
-1
@@ -19539,7 +19539,7 @@ configuration.
|
||||
@item @code{ident-file} (default: @code{%default-postgres-ident})
|
||||
Filename or G-expression for the user name mapping configuration.
|
||||
|
||||
@item @code{socket-directory} (default: @code{"/var/lib/postgresql"})
|
||||
@item @code{socket-directory} (default: @code{"/var/run/postgresql"})
|
||||
Specifies the directory of the Unix-domain socket(s) on which PostgreSQL
|
||||
is to listen for connections from client applications. If set to
|
||||
@code{#false} PostgreSQL does not listen on any Unix-domain sockets, in
|
||||
|
||||
Reference in New Issue
Block a user