doc: improve configuration documentation

With special attention to setting service commands, and extra special
mention of "pg_ctlcluster" for Debian/Ubuntu users.
This commit is contained in:
Ian Barwick
2018-04-19 16:46:41 +09:00
parent 6b3d54a5f3
commit 09b8a86605
7 changed files with 270 additions and 132 deletions

View File

@@ -290,6 +290,9 @@ ssh_options='-q -o ConnectTimeout=10' # Options to append to "ssh"
# /usr/bin/systemctl start postgresql-9.6, \
# /usr/bin/systemctl restart postgresql-9.6
#
# Debian/Ubuntu users: use "sudo pg_ctlcluster" to execute service control commands.
#
# For more details, see: https://repmgr.org/docs/4.0/configuration-service-commands.html
#service_start_command = ''
#service_stop_command = ''