mariadb: initial commit
This commit is contained in:
8
templates/mysql_logrotate
Normal file
8
templates/mysql_logrotate
Normal file
@@ -0,0 +1,8 @@
|
||||
{{ mariadb_server_log }} {
|
||||
daily
|
||||
rotate 7
|
||||
create 0640 mysql wheel
|
||||
postrotate
|
||||
/usr/bin/mysqladmin flush-logs
|
||||
endscript
|
||||
}
|
||||
Reference in New Issue
Block a user