10 lines
120 B
Plaintext
10 lines
120 B
Plaintext
/var/log/nohang/*.log {
|
|
create 640 root adm
|
|
missingok
|
|
notifempty
|
|
weekly
|
|
rotate 5
|
|
compress
|
|
delaycompress
|
|
}
|