* 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:
Eelco Dolstra 2009-11-24 17:07:23 +00:00
parent a21f18e81f
commit ed6daf4ea4

View File

@ -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