Author: viric
Date: Sat Oct 30 20:05:38 2010
New Revision: 24544
URL: https://svn.nixos.org/websvn/nix/?rev=24544&sc=1

Log:
Make apache start when filesystems are ready.

Modified:
   nixos/trunk/modules/services/web-servers/apache-httpd/default.nix

Modified: nixos/trunk/modules/services/web-servers/apache-httpd/default.nix
==============================================================================
--- nixos/trunk/modules/services/web-servers/apache-httpd/default.nix   Sat Oct 
30 14:58:14 2010        (r24543)
+++ nixos/trunk/modules/services/web-servers/apache-httpd/default.nix   Sat Oct 
30 20:05:38 2010        (r24544)
@@ -555,7 +555,7 @@
 
         description = "Apache HTTPD";
 
-        startOn = "started ${startingDependency}";
+        startOn = "started ${startingDependency} and filesystem";
 
         environment =
           { # !!! This should be added in test-instrumentation.nix.  It
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to