This commit is contained in:
Joona Hoikkala 2018-04-03 23:38:34 +03:00
parent 91298e4e35
commit 0df0cd8f6c
No known key found for this signature in database
GPG key ID: 1708DAE66E87A524

View file

@ -21,7 +21,7 @@ class GentooConfigurator(configurator.ApacheConfigurator):
version_cmd=['/usr/sbin/apache2', '-v'],
apache_cmd="apache2ctl",
restart_cmd=['apache2ctl', 'graceful'],
restart_cmd_alt=['apachectl', 'restart'],
restart_cmd_alt=['apache2ctl', 'restart'],
conftest_cmd=['apache2ctl', 'configtest'],
enmod=None,
dismod=None,