postgresql/root/usr/bin/run-postgresql-master
2018-11-06 14:17:45 +00:00

5 lines
70 B
Bash
Executable file

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