mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 04:31:41 +00:00
fix: instalar directorio para el socket
This commit is contained in:
parent
b93bfd7fd3
commit
ae81640fcc
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ tasks:
|
||||||
- "echo \"host all all samenet trust\" >> ../hain/var/lib/postgresql/{{.PGVER}}/data/pg_hba.conf"
|
- "echo \"host all all samenet trust\" >> ../hain/var/lib/postgresql/{{.PGVER}}/data/pg_hba.conf"
|
||||||
- "echo \"listen_addresses = '*'\" >> ../hain/var/lib/postgresql/{{.PGVER}}/data/postgresql.conf"
|
- "echo \"listen_addresses = '*'\" >> ../hain/var/lib/postgresql/{{.PGVER}}/data/postgresql.conf"
|
||||||
- "echo \"external_pid_file = '{{.PGPID}}'\" >> ../hain/var/lib/postgresql/{{.PGVER}}/data/postgresql.conf"
|
- "echo \"external_pid_file = '{{.PGPID}}'\" >> ../hain/var/lib/postgresql/{{.PGVER}}/data/postgresql.conf"
|
||||||
|
- "install -dm755 ../hain/run/postgresql"
|
||||||
status:
|
status:
|
||||||
- "test -d ../hain/var/lib/postgresql/{{.PGVER}}/data"
|
- "test -d ../hain/var/lib/postgresql/{{.PGVER}}/data"
|
||||||
- "test -f ../hain/var/lib/postgresql/{{.PGVER}}/data/postgresql.conf"
|
- "test -f ../hain/var/lib/postgresql/{{.PGVER}}/data/postgresql.conf"
|
||||||
|
|
Loading…
Reference in a new issue