diff options
-rwxr-xr-x | 2.4/init/apache2.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2.4/init/apache2.initd b/2.4/init/apache2.initd index d14aa39..2e3bd7a 100755 --- a/2.4/init/apache2.initd +++ b/2.4/init/apache2.initd @@ -34,7 +34,7 @@ APACHE2="/usr/sbin/apache2" depend() { need net - use mysql dns logger netmount postgresql + use dns entropy logger mysql netmount postgresql after sshd } |