Fix dependencies of Apache and PostgreSQL

This commit is contained in:
Eelco Dolstra
2012-08-14 18:15:37 -04:00
parent a133eb5991
commit c2b2a3369a
2 changed files with 4 additions and 7 deletions

View File

@@ -153,7 +153,8 @@ in
jobs.postgresql =
{ description = "PostgreSQL server";
startOn = "started network-interfaces and filesystem";
wantedBy = [ "multi-user.target" ];
after = [ "network.target" "fs.target" ];
environment =
{ TZ = config.time.timeZone;