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