Files
postgresrepmgr/postgres.sh

8 lines
140 B
Bash
Raw Normal View History

2026-02-20 14:17:14 +01:00
#!/usr/bin/env bash
repmgrd -f /etc/repmgr.conf --pid-file /tmp/repmgrd.pid &
export PATH="/usr/lib/postgresql/15/bin:${PATH}"
exec "$@"