mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 00:49:52 +00:00
* Fix PostgreSQL boot.
svn path=/nixos/trunk/; revision=22615
This commit is contained in:
parent
575950aa5d
commit
b835f7f0dd
|
@ -157,7 +157,7 @@ in
|
|||
jobs.postgresql =
|
||||
{ description = "PostgreSQL server";
|
||||
|
||||
startOn = "filesystem";
|
||||
startOn = "started network-interfaces and filesystem";
|
||||
|
||||
environment =
|
||||
{ TZ = config.time.timeZone;
|
||||
|
|
Loading…
Reference in a new issue