mirror of
https://pagure.io/numad.git
synced 2025-01-18 05:50:45 +00:00
b621838bf9
A config for logrotate was added as well.
9 lines
106 B
Plaintext
9 lines
106 B
Plaintext
/var/log/numad.log {
|
|
compress
|
|
copytruncate
|
|
maxage 60
|
|
missingok
|
|
rotate 5
|
|
size 1M
|
|
}
|