postgresql/root/usr/bin/run-postgresql-master
2017-05-04 10:50:54 +02:00

5 lines
70 B
Bash
Executable file

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