mirror of
https://github.com/webmin/webmin.git
synced 2025-08-16 14:51:18 +00:00
add OS syno-linux and config-syno-linux files
This commit is contained in:
22
postgresql/config-syno-linux
Normal file
22
postgresql/config-syno-linux
Normal file
@ -0,0 +1,22 @@
|
||||
pid_file=/var/tmp/postmaster.pid
|
||||
hba_conf=/usr/syno/pgsql/etc/pg_hba.conf
|
||||
access=*: *
|
||||
basedb=template1
|
||||
style=0
|
||||
max_text=1000
|
||||
nodbi=0
|
||||
max_dbs=50
|
||||
start_cmd=/usr/syno/etc/rc.d/S20pgsql.sh start
|
||||
dump_cmd=/usr/syno/pgsql/bin/pg_dump
|
||||
add_mode=1
|
||||
psql=/usr/syno/pgsql/bin/psql
|
||||
blob_mode=0
|
||||
simple_sched=0
|
||||
webmin_subs=0
|
||||
stop_cmd=/usr/syno/etc/rc.d/S20pgsql.sh stop
|
||||
access_own=0
|
||||
rstr_cmd=/usr/syno/pgsql/bin/pg_restore
|
||||
sameunix=1
|
||||
date_subs=0
|
||||
perpage=25
|
||||
login=admin
|
Reference in New Issue
Block a user