Commit b5d56ce1 authored by Łukasz Nowak's avatar Łukasz Nowak

Logrotate post is configured in profile.

parent fdbc85e6
......@@ -58,13 +58,6 @@ class Recipe(GenericBaseRecipe):
mysql_binary = self.options['mysql-binary']
socket = self.options['socket'],
post_rotate = self.createPythonScript(
self.options['logrotate-post'],
'slapos.recipe.librecipe.execute.execute',
[mysql_binary, '--no-defaults', '-B', '--socket=%s' % socket, '-e',
'FLUSH LOGS']
)
path_list.append(post_rotate)
mysql_conf_file = self.createFile(
self.options['conf-file'],
......
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