diff options
Diffstat (limited to 'main/apache2/apache2.initd')
-rwxr-xr-x | main/apache2/apache2.initd | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/apache2/apache2.initd b/main/apache2/apache2.initd index 03a6d0303..537f435ab 100755 --- a/main/apache2/apache2.initd +++ b/main/apache2/apache2.initd @@ -2,12 +2,13 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -opts="configdump configtest fullstatus graceful gracefulstop modules reload virtualhosts" +extra_commands="configdump configtest modules virtualhosts" +extra_started_commands="fullstatus graceful gracefulstop reload" depend() { need net use mysql dns logger netmount postgresql - after sshd + after sshd firewall } configtest() { |