summaryrefslogtreecommitdiffstats
path: root/package/postgresql
diff options
context:
space:
mode:
Diffstat (limited to 'package/postgresql')
-rw-r--r--package/postgresql/S50postgresql2
1 files changed, 1 insertions, 1 deletions
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() {
OpenPOWER on IntegriCloud