File: socket-dir

package info (click to toggle)
pgagroal 2.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,396 kB
  • sloc: ansic: 39,212; sh: 687; python: 272; makefile: 36; sql: 13
file content (22 lines) | stat: -rw-r--r-- 468 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- a/doc/etc/pgagroal.socket
+++ b/doc/etc/pgagroal.socket
@@ -6,7 +6,7 @@
 Description=Sockets for pgagroal
 
 [Socket]
-ListenStream=/tmp/.s.PGSQL.2345
+ListenStream=/run/postgresql/.s.PGSQL.2345
 #ListenStream=2345
 
 [Install]
--- a/doc/etc/pgagroal.conf
+++ b/doc/etc/pgagroal.conf
@@ -9,7 +9,7 @@ log_path =
 max_connections = 100
 idle_timeout = 600
 validation = off
-unix_socket_dir = /tmp/
+unix_socket_dir = /run/postgresql
 ev_backend = auto
 
 [primary]