mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-25 08:06:29 +00:00
various improvements and bugfixes in the init script
This commit is contained in:
14
debian/repmgr.repmgrd.default
vendored
14
debian/repmgr.repmgrd.default
vendored
@@ -1,4 +1,3 @@
|
||||
#!/bin/sh
|
||||
# default settings for repmgrd. This file is source by /bin/sh from
|
||||
# /etc/init.d/repmgrd
|
||||
|
||||
@@ -6,13 +5,14 @@
|
||||
# valid values: yes/no
|
||||
REPMGRD_ENABLED=no
|
||||
|
||||
# Options for repmgrd
|
||||
REPMGRD_OPTS=""
|
||||
# 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"
|
||||
#REPMGR_BIN=/usr/bin/repmgr
|
||||
|
||||
# pid file
|
||||
REPMGR_PIDFILE="/var/run/repmgrd.pid"
|
||||
|
||||
|
||||
#REPMGR_PIDFILE=/var/run/repmgrd.pid
|
||||
|
||||
Reference in New Issue
Block a user