postgresql/root/usr/bin/run-postgresql-master
Pavel Raiskup 777c76868d initial commit
Starting from here (9.5 subtree):
2f9f70c98e
2017-04-19 14:16:45 +02:00

5 lines
70 B
Bash
Executable file

#!/bin/bash
export ENABLE_REPLICATION=true
exec run-postgresql "$@"