From c4dd77ae9c5209112ead8e731756496d23d75d56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sat, 30 Oct 2010 20:05:38 +0000 Subject: [PATCH] Make apache start when filesystems are ready. svn path=/nixos/trunk/; revision=24544 --- modules/services/web-servers/apache-httpd/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/web-servers/apache-httpd/default.nix b/modules/services/web-servers/apache-httpd/default.nix index c0505a427aa..ddb8e4f90de 100644 --- a/modules/services/web-servers/apache-httpd/default.nix +++ b/modules/services/web-servers/apache-httpd/default.nix @@ -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