* jobAttrs -> jobs.

svn path=/nixos/trunk/; revision=17769
This commit is contained in:
Eelco Dolstra
2009-10-12 18:09:34 +00:00
parent 40c9057a49
commit eba8f94069
71 changed files with 78 additions and 79 deletions

View File

@@ -72,7 +72,7 @@ in
environment.systemPackages = [mysql];
jobAttrs.mysql =
jobs.mysql =
{ description = "MySQL server";
startOn = "filesystems";

View File

@@ -113,7 +113,7 @@ in
environment.systemPackages = [postgresql];
jobAttrs.postgresql =
jobs.postgresql =
{ description = "PostgreSQL server";
startOn = "${startDependency}/started";