13 lines
150 B
Plaintext
13 lines
150 B
Plaintext
/var/log/ebusd*.log {
|
|
rotate 7
|
|
size 1M
|
|
copytruncate
|
|
compress
|
|
missingok
|
|
notifempty
|
|
daily
|
|
postrotate
|
|
/usr/bin/killall -HUP ebusd
|
|
endscript
|
|
}
|