Revert "trying -k graceful since -k reload is unsupported"

This reverts commit 8d8764bb.
parent cc3c4a0d
...@@ -130,7 +130,7 @@ class Recipe(GenericBaseRecipe): ...@@ -130,7 +130,7 @@ class Recipe(GenericBaseRecipe):
'-f', '-f',
self.options['httpd-conf'], self.options['httpd-conf'],
'-k', '-k',
'graceful' 'reload'
]) ])
return path_list return path_list
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment