install_postfixadmin.sh: set defaul location of postgresql socket to directory '/run/postgresql'.

This commit is contained in:
2020-08-09 14:02:26 +02:00
parent 9f9feb4f01
commit 13cb23a188
2 changed files with 2 additions and 2 deletions

View File

@ -237,7 +237,7 @@ POSTFIX_DB_TYPE="pgsql"
# - Example:
# - POSTFIX_DB_HOST_PGSQL='/var/run/postgresql'
# -
# - Defaults to '/var/run/postgresql'
# - Defaults to '/run/postgresql'
# -
#POSTFIX_DB_HOST_PGSQL=""