* Doh! I lost ${flags} somewhere along the way, so Postgres
wouldn't get the -i option anymore... svn path=/nixos/branches/upstart-0.6/; revision=18606
This commit is contained in:
parent
a21f18e81f
commit
ed6daf4ea4
|
@ -138,7 +138,7 @@ in
|
|||
# database is up, but it requires a `postgres' user to
|
||||
# exist. And we can't call `createuser' before the
|
||||
# database is running.
|
||||
${run} -c '${postgresql}/bin/pg_ctl start'
|
||||
${run} -c '${postgresql}/bin/pg_ctl start -o "${toString flags}"'
|
||||
|
||||
# So wait until the server is running.
|
||||
while ! ${run} -c '${postgresql}/bin/pg_ctl status'; do
|
||||
|
|
Loading…
Reference in New Issue