From 4469de533e22c55fbc5e748005c80284d07da6f5 Mon Sep 17 00:00:00 2001 From: PriceChild Date: Tue, 1 Apr 2014 16:31:33 +0100 Subject: [PATCH] Typo in example command. --- autofailover_quick_setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autofailover_quick_setup.rst b/autofailover_quick_setup.rst index 58c14b40..edc7985a 100644 --- a/autofailover_quick_setup.rst +++ b/autofailover_quick_setup.rst @@ -217,7 +217,7 @@ Edit the repmgr.conf of the node to remove from automatic processing and change: Then, signal repmgrd daemon:: su - postgres - kill -HUP `pidoff repmgrd` + kill -HUP `pidof repmgrd` Usage =====