diff --git a/package/postgresql/S50postgresql b/package/postgresql/S50postgresql index 86a8d8399f..a895bcfcef 100644 --- a/package/postgresql/S50postgresql +++ b/package/postgresql/S50postgresql @@ -13,7 +13,7 @@ fi start() { echo -n "Starting postgresql: " - su - postgres -c '/usr/bin/pg_ctl start -D /var/lib/pgsql -l logfile' + su - postgres -c '/usr/bin/pg_ctl start -w -D /var/lib/pgsql -l logfile' echo "OK" } stop() {