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 =====