mirror of
https://github.com/webmin/webmin.git
synced 2025-07-29 11:50:54 +00:00
pg_hba.conf can be under a versioned subdirectory https://github.com/webmin/webmin/issues/1615
This commit is contained in:
@ -5,7 +5,7 @@ start_cmd=systemctl start postgresql
|
|||||||
stop_cmd=systemctl stop postgresql
|
stop_cmd=systemctl stop postgresql
|
||||||
pid_file=/var/run/postmaster*.pid
|
pid_file=/var/run/postmaster*.pid
|
||||||
perpage=25
|
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
|
nodbi=0
|
||||||
user=postgres
|
user=postgres
|
||||||
setup_cmd=postgresql-setup initdb
|
setup_cmd=postgresql-setup initdb
|
||||||
|
Reference in New Issue
Block a user