mirror of
https://github.com/webmin/webmin.git
synced 2025-07-23 00:30:33 +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
|
||||
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
|
||||
|
Reference in New Issue
Block a user