Re: how to properly start postgresql with no TCP listeners in ubuntu 16.04 LTS

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Alex Morris <alex(dot)morris(at)twelvemountain(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: how to properly start postgresql with no TCP listeners in ubuntu 16.04 LTS
Date: 2019-01-24 02:15:35
Message-ID: 20190124021535.GK2528@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Greetings,

* Alex Morris (alex(dot)morris(at)twelvemountain(dot)com) wrote:
> This question may simply be my ignorance of what piece of the systemd /
> systemctl puzzle needs attention. Any clues are appreciated.

The simplest approach is to just modify the postgresql.conf file in
/etc/postgresql/9.5/main to update listen_addresses to be ''.

Thanks!

Stephen

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alex Morris 2019-01-24 02:41:08 Re: how to properly start postgresql with no TCP listeners in ubuntu 16.04 LTS
Previous Message Alex Morris 2019-01-24 02:08:22 how to properly start postgresql with no TCP listeners in ubuntu 16.04 LTS