Commit 8d8764bb authored by Marco Mariani's avatar Marco Mariani

trying -k graceful since -k reload is unsupported

parent 38e01fee
...@@ -124,7 +124,7 @@ class Recipe(GenericBaseRecipe): ...@@ -124,7 +124,7 @@ class Recipe(GenericBaseRecipe):
'-f', '-f',
self.options['httpd-conf'], self.options['httpd-conf'],
'-k', '-k',
'reload' 'graceful'
]) ])
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