12 lines
157 B
Plaintext
12 lines
157 B
Plaintext
/var/log/maxscale/maxscale.log {
|
|
monthly
|
|
rotate 5
|
|
missingok
|
|
nocompress
|
|
sharedscripts
|
|
postrotate
|
|
kill -USR1 `cat /var/run/maxscale/maxscale.pid`
|
|
endscript
|
|
}
|
|
|