summaryrefslogtreecommitdiffstats
path: root/main/postgresql/postgresql.confd
diff options
context:
space:
mode:
Diffstat (limited to 'main/postgresql/postgresql.confd')
-rw-r--r--main/postgresql/postgresql.confd4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/postgresql/postgresql.confd b/main/postgresql/postgresql.confd
index 6984b09e0..1d3f1d2af 100644
--- a/main/postgresql/postgresql.confd
+++ b/main/postgresql/postgresql.confd
@@ -49,3 +49,7 @@ PGDATA="/var/lib/postgresql/9.3/data"
# Additional options to pass to initdb.
# See `man initdb' for available options.
#PG_INITDB_OPTS="--locale=en_US.UTF-8"
+
+# Automatically set up a new database if missing on startup
+AUTO_SETUP=yes
+