Make apache start when filesystems are ready.

svn path=/nixos/trunk/; revision=24544
This commit is contained in:
Lluís Batlle i Rossell 2010-10-30 20:05:38 +00:00
parent dff372db3c
commit c4dd77ae9c

View File

@ -555,7 +555,7 @@ in
description = "Apache HTTPD";
startOn = "started ${startingDependency}";
startOn = "started ${startingDependency} and filesystem";
environment =
{ # !!! This should be added in test-instrumentation.nix. It