5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-01 21:04:17 +00:00

fix: instalar directorio para el socket

This commit is contained in:
f 2024-01-11 12:45:49 -03:00
parent b93bfd7fd3
commit ae81640fcc
No known key found for this signature in database

View file

@ -81,6 +81,7 @@ tasks:
- "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 \"external_pid_file = '{{.PGPID}}'\" >> ../hain/var/lib/postgresql/{{.PGVER}}/data/postgresql.conf"
- "install -dm755 ../hain/run/postgresql"
status:
- "test -d ../hain/var/lib/postgresql/{{.PGVER}}/data"
- "test -f ../hain/var/lib/postgresql/{{.PGVER}}/data/postgresql.conf"