9 lines
129 B
Text
9 lines
129 B
Text
|
/var/log/bnetd/bnetd.log {
|
||
|
rotate 9
|
||
|
missingok
|
||
|
notifempty
|
||
|
postrotate
|
||
|
/usr/bin/killall -HUP bnetd
|
||
|
endscript
|
||
|
}
|