moved into main repo for pisi 2.0
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# PostgreSQL's Database Directory
|
||||
PGDATA=/var/lib/postgresql/data
|
||||
|
||||
# Logfile path: (NOTE: This must be uid/gid owned by the value of $PGUSER!)
|
||||
PGLOG=/var/lib/postgresql/data/postgresql.log
|
||||
|
||||
# Run the PostgreSQL user as:
|
||||
PGUSER=postgres
|
||||
|
||||
# Extra options to run postmaster with.
|
||||
# If you want to enable TCP/IP for PostgreSQL, add -i to the following:
|
||||
# PGOPTS="-N 1024 -B 2048 -i"
|
||||
PGOPTS=""
|
||||
Reference in New Issue
Block a user