1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-03 22:32:26 +03:00

* 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 = jobs.postgresql =
{ description = "PostgreSQL server"; { description = "PostgreSQL server";
startOn = "filesystem"; startOn = "started network-interfaces and filesystem";
environment = environment =
{ TZ = config.time.timeZone; { TZ = config.time.timeZone;