#!/usr/bin/env bash repmgrd -f /etc/repmgr.conf --pid-file /tmp/repmgrd.pid & export PATH="/usr/lib/postgresql/15/bin:${PATH}" exec "$@"