diff options
Diffstat (limited to 'apache')
-rwxr-xr-x | apache/apache-ssl.cf | 2 | ||||
-rwxr-xr-x | apache/apache.cf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apache/apache-ssl.cf b/apache/apache-ssl.cf index 8d85e05..86f2f8a 100755 --- a/apache/apache-ssl.cf +++ b/apache/apache-ssl.cf @@ -2,7 +2,7 @@ control: OutputPrefix = ("${cf_prefix}") - actionsequence = ( editfiles ) + actionsequence = ( editfiles shellcommands processes ) AddInstallable = ( apache_ssl_reload ) EditfileSize = ( 50000 ) diff --git a/apache/apache.cf b/apache/apache.cf index e3b7ff7..1f4143b 100755 --- a/apache/apache.cf +++ b/apache/apache.cf @@ -2,7 +2,7 @@ control: OutputPrefix = ("${cf_prefix}") - actionsequence = ( editfiles ) + actionsequence = ( editfiles shellcommands processes ) AddInstallable = ( apache_reload ) EditfileSize = ( 50000 ) |