1 2 3 4 5 6 7 8 9#!/bin/sh -eu exec gtm \ -D "${PGDATA}" \ -h "${PG_HOST}" \ -n "${PG_NODE}" \ -p "${PG_PORT}" \ -l /dev/stdout
1 2 3 4 5 6 7 8 9
#!/bin/sh -eu exec gtm \ -D "${PGDATA}" \ -h "${PG_HOST}" \ -n "${PG_NODE}" \ -p "${PG_PORT}" \ -l /dev/stdout