fix indenting

This commit is contained in:
Tomas Kopecek 2019-11-18 09:23:02 +01:00
parent c75f8ef416
commit 312c160afc

View file

@ -601,9 +601,13 @@ need to be available on that address. To configure this please perform the
following:
#. Edit ``/var/lib/pgsql/data/postgresql.conf``
#. Set ``listen_address`` so postgres will listen on all interfaces::
#. Set ``listen_address`` so postgres will listen on all interfaces:
::
listen_addresses = '*'
#. Reload the postgresql service::
#. Reload the postgresql service:
::
systemctl restart postgresql
Koji Hub