]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- don't wait for startup. It fails on some vservers.
authorPaweł Gołaszewski <blues@pld-linux.org>
Fri, 6 Oct 2006 10:52:18 +0000 (10:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postgresql.init -> 1.69

postgresql.init

index 0644e645d02e6f92eee9b9a37a76c3b50c9d12e7..2f8293eb3ba5c6cb49af0f4b253e48a60963dd72 100644 (file)
@@ -91,7 +91,7 @@ pgstatus() {
 #
 pgstart() {
        msg_starting "PostgreSQL $1"
-       daemon --user postgres /usr/bin/pg_ctl -s -w -D $1 start
+       daemon --user postgres /usr/bin/pg_ctl -s -D $1 start
 }
 
 #
This page took 0.07641 seconds and 4 git commands to generate.