Make apache start when filesystems are ready.
svn path=/nixos/trunk/; revision=24544
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user