mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-29 04:26:32 +03:00
* 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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue