* Fix PostgreSQL boot.

svn path=/nixos/trunk/; revision=22615
This commit is contained in:
Eelco Dolstra 2010-07-15 21:21:16 +00:00
parent 575950aa5d
commit b835f7f0dd

View file

@ -157,7 +157,7 @@ in
jobs.postgresql =
{ description = "PostgreSQL server";
startOn = "filesystem";
startOn = "started network-interfaces and filesystem";
environment =
{ TZ = config.time.timeZone;