Merge pull request #24 from PriceChild/patch-1

Typo in example command.
This commit is contained in:
Abhijit Menon-Sen
2014-04-08 11:04:09 +05:30

View File

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