14 lines
273 B
Plaintext
14 lines
273 B
Plaintext
|
/var/log/multicraft/*.log {
|
||
|
daily
|
||
|
missingok
|
||
|
copytruncate
|
||
|
rotate 14
|
||
|
compress
|
||
|
delaycompress
|
||
|
notifempty
|
||
|
copytruncate
|
||
|
postrotate
|
||
|
service multicraftserver reload
|
||
|
endscript
|
||
|
}
|