diff --git a/templates/mysql_logrotate b/templates/mysql_logrotate index f6f5402..4a1cce8 100644 --- a/templates/mysql_logrotate +++ b/templates/mysql_logrotate @@ -1,7 +1,7 @@ {{ mariadb_server_log }} { daily rotate 7 - create 0640 mysql wheel + create 0640 mysql {{ admin_group }} postrotate /usr/bin/mysqladmin flush-logs endscript