pg_hba.conf can be under a versioned subdirectory https://github.com/webmin/webmin/issues/1615

This commit is contained in:
Jamie Cameron
2022-03-30 19:40:24 -07:00
parent b9cbbc8026
commit 1243cd0441

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