diff options
Diffstat (limited to 'main/postgresql/postgresql.confd')
-rw-r--r-- | main/postgresql/postgresql.confd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/postgresql/postgresql.confd b/main/postgresql/postgresql.confd index 4fe28a45840..29ef20d941a 100644 --- a/main/postgresql/postgresql.confd +++ b/main/postgresql/postgresql.confd @@ -52,5 +52,5 @@ WAIT_FOR_START="-w" # export R_HOME="/usr/lib/R" # Automatically set up a new database if missing on startup -#AUTO_SETUP=yes +AUTO_SETUP=yes |