mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 15:16:29 +00:00
15 lines
252 B
Bash
15 lines
252 B
Bash
#!/bin/sh
|
|
# default settings for repmgrd. This file is source by /bin/sh from
|
|
# /etc/init.d/repmgrd
|
|
|
|
# Options for repmgrd
|
|
REPMGRD_OPTS=""
|
|
|
|
# repmgrd binary
|
|
REPMGR_BIN="/usr/bin/repmgr"
|
|
|
|
# pid file
|
|
REPMGR_PIDFILE="/var/run/repmgrd.pid"
|
|
|
|
|