From 321eb844e466ba80d2d889bdb7b774566148aaf3 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Mon, 4 Feb 2019 16:08:45 +0900 Subject: [PATCH] doc: update Debian/Ubuntu repmgrd configuration Remove reference to setting "repmgrd_pid_file", as this should not be set in this context. Per GitHub #517. --- doc/repmgrd-configuration.sgml | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/repmgrd-configuration.sgml b/doc/repmgrd-configuration.sgml index 56548770..b911e92b 100644 --- a/doc/repmgrd-configuration.sgml +++ b/doc/repmgrd-configuration.sgml @@ -492,9 +492,6 @@ REPMGRD_OPTS="--daemonize=false" From repmgrd 4.1, ensure REPMGRD_OPTS includes , as daemonization is handled by the service command. - We recommend setting repmgrd_pid_file in repmgr.conf to the - same value set in REPMGRD_PIDFILE to prevent another repmgrd - instance from being started manually. If using systemd, you may need to execute systemctl daemon-reload.