6 lines
111 B
Plaintext
Executable File
6 lines
111 B
Plaintext
Executable File
#!/usr/bin/with-contenv sh
|
|
|
|
exec s6-setuidgid postgres postgres \
|
|
-D $PGDATA \
|
|
-c listen_addresses='*'
|