* 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 New Issue
Block a user