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