summaryrefslogtreecommitdiffstats
path: root/database/postgresql/init.d/postgresql.conf
diff options
context:
space:
mode:
Diffstat (limited to 'database/postgresql/init.d/postgresql.conf')
-rw-r--r--database/postgresql/init.d/postgresql.conf4
1 files changed, 1 insertions, 3 deletions
diff --git a/database/postgresql/init.d/postgresql.conf b/database/postgresql/init.d/postgresql.conf
index a2858e87f2..a32c85b7ca 100644
--- a/database/postgresql/init.d/postgresql.conf
+++ b/database/postgresql/init.d/postgresql.conf
@@ -1,13 +1,11 @@
-
# user postgresql starts under, doesn't change unless you add the user yourself
USER=postgres
# you initdb here
DBPATH=/var/lib/postgres/data
-# this is where the logs go. Use 'syslog' if you want to log to syslog.
+# this is where the logs go
LOGFILE=/var/log/postgres
# Network TCP port to listen on, default is 5432
PORT=
-