pvpgn-server/scripts/bnetd.logrotate

9 lines
129 B
Text
Raw Normal View History

/var/log/bnetd/bnetd.log {
rotate 9
missingok
notifempty
postrotate
/usr/bin/killall -HUP bnetd
endscript
}