pg_hba.conf can be under a versioned subdirectory on other distros too

This commit is contained in:
Jamie Cameron
2022-03-31 22:34:33 -07:00
parent 1243cd0441
commit 4a8ae7cb91
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ start_cmd=systemctl start postgresql
stop_cmd=systemctl stop postgresql
pid_file=/var/run/postmaster*.pid
perpage=25
hba_conf=/var/lib/pgsql/data/pg_hba.conf
hba_conf=/var/lib/pgsql/data/pg_hba.conf /var/lib/pgsql/*/data/pg_hba.conf
nodbi=0
user=postgres
setup_cmd=postgresql-setup initdb

View File

@@ -5,7 +5,7 @@ start_cmd=systemctl start postgresql
stop_cmd=systemctl stop postgresql
pid_file=/var/run/postmaster*.pid
perpage=25
hba_conf=/var/lib/pgsql/data/pg_hba.conf
hba_conf=/var/lib/pgsql/data/pg_hba.conf /var/lib/pgsql/*/data/pg_hba.conf
nodbi=0
user=postgres
setup_cmd=postgresql-setup initdb