mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 15:16:29 +00:00
19 lines
433 B
Plaintext
19 lines
433 B
Plaintext
# default settings for repmgrd. This file is source by /bin/sh from
|
|
# /etc/init.d/repmgrd
|
|
|
|
# disable repmgrd by default so it won't get started upon installation
|
|
# valid values: yes/no
|
|
REPMGRD_ENABLED=no
|
|
|
|
# Options for repmgrd (required)
|
|
#REPMGRD_OPTS="--config-file /path/to/repmgr.conf"
|
|
|
|
# User to run repmgrd as
|
|
#REPMGRD_USER=postgres
|
|
|
|
# repmgrd binary
|
|
#REPMGR_BIN=/usr/bin/repmgr
|
|
|
|
# pid file
|
|
#REPMGR_PIDFILE=/var/run/repmgrd.pid
|